This is the mail archive of the gcc-help@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: function calls before variable declarations does not give errorin gcc?


Hi Oza,

I believe that's actually not an error, according to C99.

GCC 2.96 (a misnomer for a maverick non-GCC release, since there wasn't a GCC 2.96, GCC went from 2.95 to 3.0) is probably following C89 standards.

HTH,
--Eljay


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