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: Gcc extension: have a semicolon after a function definition ??


> 
> Hi,
> 
> I am wondering why following program is compiled successfully by gcc ? 
> Please notice there is a ";" after the function definition.
> 
> Is there a gcc extension for it ?

Yes, use -pedantic-errors for showing if it is a GCC extension or not.

-- Pinski


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