This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: [PATCH] configure: Add explicit checks for all GNU99 extensions used.


On Tue, 2015-04-14 at 10:23 +0200, Mark Wielaard wrote:
> Some compilers (clang) claim to support -std=gnu99 but don't actually
> implement all extensions we use in the code. Producing really hard to
> parse errors. Add explicit checks for some of the other language
> extensions we use, Nested Functions and Arrays of Variable Length,
> to the configure check to catch such issues early.

I pushed this to master.

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