Re: Addition of options in GCC

2014-02-24 Thread Basile Starynkevitch
On Mon, Feb 24, 2014 at 12:32:22PM +0100, Alangi Derick wrote: > Hi > When looking at the gcc/gcc.c file, i noticed that some basic > options were not added to notify the user of gcc to be able to use it > and its essence. So due to this, i added some of the options like the > -ansi option. Thi

Addition of options in GCC

2014-02-24 Thread Alangi Derick
Hi When looking at the gcc/gcc.c file, i noticed that some basic options were not added to notify the user of gcc to be able to use it and its essence. So due to this, i added some of the options like the -ansi option. This file contains some other options like the -w and -Q options.