Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8636 invoked from network); 12 Nov 2016 15:15:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2016 15:15:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.15 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.15 mout.gmx.net Received: from [212.227.15.15] ([212.227.15.15:57662] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/10-05927-30237285 for ; Sat, 12 Nov 2016 10:15:15 -0500 Received: from [192.168.1.190] ([79.243.119.150]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0M9b03-1bx2EC4AXf-00D0i1; Sat, 12 Nov 2016 16:15:12 +0100 To: Levi Morrison References: Cc: internals Message-ID: <78ef6f30-ca76-4e63-e67b-d1f6a3788111@gmx.de> Date: Sat, 12 Nov 2016 16:15:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:tb1s5HZV3Tdjrh3vydbRvP3gqq4iangL/wtWfYKEvB3G6t2XKwX N1OHAKBjHIl2JnBnqCNI1BCvuwzA581btstT//zvnUFkmWXS+q2+Ie59GmVIcy3nyLCbbuw 7a4N0F+EXDaZ3gFdpPxboYONO6Kqn+tEpmVPia5cNKlHFssCrQTlzr4NyqnChbHZ17MDqiH Gyx8s5+qAzK78Q2dUT0Ig== X-UI-Out-Filterresults: notjunk:1;V01:K0:ZeJ4uq7kSMM=:Uof6vmEgLzRwAy4kXS70Bz 2Yni1zeIlq7iV6dPvwdjCgoJ2Eyl1Skpmw44x8OuS6OAr5xZ6pucq+f2HQd34CYdQ2tlVOjbc GidfB6iWZTFxKZyMWAKPgLw8Q3ozHYCD8oAaCgPdlDI0LiQjxFJKG3WTU2ou9UulKAzq9Sz++ IZcqmT2F2LXOgos+cJkZa4P3L+7kz24gZWa34LFaOyYMiin5WfORmmCQ5AMS/2LpKZeaE9YsR tSSRuFGqIuzo8HWCH/N++x9gpGXRacMl7hMlB1TPFwx4tB8ZbQe15uRpCDaMe3YD4FpF96Mp/ OubyBlOOVLpGw3Mzqqhs2liruXkwMCyGsvHDo9ZI3LqFuZW5UDLwtbkkJl8TJrXuVsIyipyPi QVzZiuKx8Ulx1VIWZkvaqV34x9DzccaL0QKGDEVUxzpZhbLyXwz0HI1lLySTIIe+5248256+1 GBEi0lIuvsUL8KPldKYbRTdHgt6Gm1O7O40E3Eqfei+2AqoWllEMtwjWEze9o7UegMkAorTGn xwe1ERxR7TgZbQ6juo0sTR/f8iqmf7dysgiXEt60I1oQhwiikopnFifr5aC0RMRBhmPR902s8 cQ2ed6r9O7KfbrkLM1fi9HxbmCCiIwDVaLl/s7oELyNnxjUD/OkiT+qzPnQf4v+KRTkOw4L+3 a+xxtyO14UkTQK1srwdCw47lMVDseg8P+RruC5VwHEtMj+TtmWGk8QQuUx+c+14kIlvi3BniD O4kSFir79OxA0+D5DQ3IN7QN2MSIaredx2+qE/DZbNoe/1FvbVFJwmCqBG0G9F3TyPjUbdLRB 0PE99RJ Subject: Re: [PHP-DEV] Re: C89 vs. C99 From: cmbecker69@gmx.de ("Christoph M. Becker") On 12.11.2016 at 15:27, Levi Morrison wrote: > On Sat, Nov 12, 2016 at 4:27 AM, Christoph M. Becker wrote: > >> On 12.06.2016 at 11:08, Fleshgrinder wrote: >> >>> I am curious why we are not finally doing the switch to C99 with VC14 >>> finally supporting most of C99. I mean, I know that GCC and VC14 do no >>> fully support C99 but the most common features are implemented: >>> >>> - https://en.wikipedia.org/wiki/C99#Implementations >>> - https://gcc.gnu.org/c99status.html >> >> What about other compilers such as Solaris Studio and XL C? > > Last time this came up some of us started putting together test cases > for people to check compilers with. See > https://github.com/FriendsOfPHP/phpnextctest Thanks, Levi. > If you have access to any of these compilers we care about please > test. If you would like to see more kinds of tests please add them. No, I don't have access to those compilers – I just remember that these compilers have been mentioned in somewhat recent bug reports, so I wanted to bring up this issue. -- Christoph M. Becker