This is the mail archive of the gcc@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: GCC Steering Committee decision on ISO C conversion


> From time to time non-ISO C89 code but valid ISO C99 (and C++)
> code creeps into the compiler: specifically declarations of
> variables after the first statement in a block:

Is it possible to add a warning for this, or to add a new language dialect
`gnu89' that allows GNU extensions that predate C99, but not C99-isms like
this that are bound to fail on C89 compilers?

|_  _  _ __
|_)(_)| ),'
------- '---



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