C and C++ standards using in GCC

Ian Lance Taylor iant@google.com
Tue Jun 8 20:03:00 GMT 2010


keshav yadav <keshav.yadav2005@gmail.com> writes:

> I want to know where in source code of gcc,i can chage the deafult
> c/c++  standards?

There are a few different flags which affect this.  See set_std_c89
and friends in the file gcc/c-opts.c.

Ian



More information about the Gcc-help mailing list