From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <13426df10801230813v52d70bc0y450f5e24fca36af1@mail.gmail.com> References: <4d6248ae1091c8fef1775a836839f7c1@coraid.com> <13426df10801230813v52d70bc0y450f5e24fca36af1@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Pietro Gagliardi Subject: Re: [9fans] Re: Building GCC Date: Wed, 23 Jan 2008 11:57:13 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 34e0488a-ead3-11e9-9d60-3106f5b1d025 On Jan 23, 2008, at 11:13 AM, ron minnich wrote: > > One of the first questions users ask of a new C compiler is "are you > gcc compliant?". > > Nine out of ten times you'll hear "yes" but get "no" from the program. To be GCC compatible is to be a masochist. What people should be asking is, "is the compiler C99-compliant?" Personally, I see no need for most of the junk in C99 - its complex number system is unorthodox, it breaks compatibility with C++, and isn't restrict like noalias?