Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86160 invoked from network); 10 May 2015 20:01:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2015 20:01:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:33873] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/01-10618-F29BF455 for ; Sun, 10 May 2015 16:01:51 -0400 Received: by iedfl3 with SMTP id fl3so106847996ied.1 for ; Sun, 10 May 2015 13:01:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0NpViIV+SS0TxJbm/ZzLwvAGzG/BAdSFRLtu6oy6A5M=; b=a854nJ6swTVstt47UfHam6X5DWisYAWuajBH3Hf3r/bWB9ZGyKZVfhhTOz0akl6JIS AqbfZYmlMaxJ5/9BkU9PcimREranryVLM7IczZe546J1brePE+XV79Sv9zb/S5wJyU6U SSxmgAoLCVYQBr8TyT/zYmQYvm4WVukk3GaFz+345B1oj1C8jUF8yKkJptVG7RMCRTf2 xHLxy0CaDJRICaD8AkU0+766RhAVzd+0KlK3Y7IMsiJfMya/dXNn1ZNING/Zkzu97YCU Ml2CJP80/kwPHwWvar3emSOxgF8WvIHndKDg2fZaMc2q/PsUvyKAjKBVh/MVB0x75hoM 4jkQ== MIME-Version: 1.0 X-Received: by 10.107.133.132 with SMTP id p4mr9265642ioi.40.1431288108943; Sun, 10 May 2015 13:01:48 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.79.98.67 with HTTP; Sun, 10 May 2015 13:01:48 -0700 (PDT) In-Reply-To: References: <71A78449-A62C-400D-A01F-5668930A7BED@ajf.me> <554BDC4B.2010808@gmx.de> Date: Sun, 10 May 2015 14:01:48 -0600 X-Google-Sender-Auth: p0ScuX0bKyEVeD_U4878kRATT4M Message-ID: To: Pierre Joye Cc: Nikita Popov , Christoph Becker , Dmitry Stogov , Andrea Faulds , Julien Pauli , Derick Rethans , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Thoughts on C version supported for PHP-Next From: levim@php.net (Levi Morrison) > Again, this is a C11 feature. It is supported by clang, gcc and MSVC. To clarify this a bit: they permit anonymous unions in C89 and C99 code (meaning you do not need to pass flags like -std=c11 to enable it).