This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: Disallow c99 flexible array support in C++


On Mon, 29 Dec 2003 11:16:30 +0000, Nick Clifton <nickc@redhat.com> wrote:

>   The patch below disables support for c99 flexible array types when
>   compiling C++ programs.  The ISO/IEC 14882-1998 spec in section 9.2
>   8 says:

No.  This was a GNU extension before it was a C99 extension, and will
probably be added to a future revision of C++.

We should complain about it with -pedantic, however.  Do we?

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]