From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6deb3e1ddefb099 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.195.165 with SMTP id if5mr15888898pbc.1.1337382202450; Fri, 18 May 2012 16:03:22 -0700 (PDT) Path: pr3ni2793pbb.0!nntp.google.com!news1.google.com!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Companies Only Offering Ada-95 Compilers Date: Fri, 18 May 2012 18:03:16 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <56984a74-6918-4ad7-8209-0b11df93008f@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: JFgm6aMVwmC/YQNQyUTYRQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-05-18T18:03:16-05:00 List-Id: On 5/18/2012 5:52 PM, Robert A Duff wrote: > Shark8 writes: > >> Could you elaborate on that? (What is the situation in the C/C++ world?) > > I don't really know. My impression is that most C compilers do not > fully support the latest C standard, or even the second-to-latest one. > > - Bob from http://en.wikipedia.org/wiki/ANSI_C compilers supproting ansi c are GCC Microsoft Visual C++ (C90. A few features of C99) LabWindows/CVI ARM RealView LCC OpenWatcom (C89/90 and some C99) per (http://en.wikipedia.org/wiki/C11_%28C_standard_revision%29) c11 is the current C standard. From the above it says: "GCC version 4.6 and Pelles C version 7.00 (RC1) have added initial support for some features from the C11 draft.[5][6]" --Nasser