From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eigenstate.org ([206.124.132.107]) by ewsd; Tue Jun 18 01:09:49 EDT 2019 Received: from eigenstate.org (localhost [127.0.0.1]) by eigenstate.org (OpenSMTPD) with ESMTP id 73ec0ea8; Mon, 17 Jun 2019 22:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=BVAWltcsJxnV ynwefDfISWCt8zw=; b=CFiyG/VbCGBqLXGJ1gMAHsOjl6H9nzopEKHT0YO2ECCO 3BNX7nnI/JFH/vQZKQLp3njHo8MaNuC1Ix1UFuOUqg30MH65APOHM731ZBABQ19Z Qx2O2Rl3xZuOlkx6VmxOZqipyL3/cyxDgxCMJMqICYkw29ddfQRjZoAw3IXquMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=hT+ohRtz2voSWuskVDf nxj5JtpZ4hqJNjih1dabPytx9PAaTH2nUIllLDBy0Mon4bqIE28MtmiPfCTOHM45 RH2FyhbO0z543SrNZtarnHbJ8V3XwWsY/3ijnWgrRmgUxvMRIMU5vChJWagGMl2q Lesdzs55eF+NZ/NV7Pd2Wuho= Received: from abbatoir.hsd1.ca.comcast.net (c-76-21-119-139.hsd1.ca.comcast.net [76.21.119.139]) by eigenstate.org (OpenSMTPD) with ESMTPSA id f274ad31 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Mon, 17 Jun 2019 22:03:07 -0700 (PDT) Message-ID: <18E43E54035A071B12B3FF4136190FF8@eigenstate.org> To: steve@quintile.net, 9front@9front.org Subject: Re: [9front] Cpp: handle c99 comments by default. Date: Mon, 17 Jun 2019 22:03:06 -0700 From: ori@eigenstate.org In-Reply-To: CA69BEB5-10AA-47F7-AB8F-E2733418FDE3@quintile.net MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: scale-out proven YAML component-oriented NoSQL-scale factory STM manager > I think the rational was that the compiler tried very hard to be c89 compliant and c89 does not > Include c++ comments by default. > > Perhaps, it should default to on for the pcc command but still default to off for the c89 command. > The c99 command (if there ever is on would have it on too fo course…). > > -Steve I understand the intention -- but we don't disable any other extensions (struct embedding, indexed initialization, etc) in the compiler. I'm not sure how much we care about this one either.