This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Optimisation options turned on at a certain level
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: jgrant at reflectionsinteractive dot com
- Cc: gcc at gcc dot gnu dot org
- Date: 18 Jan 2004 14:07:51 -0500
- Subject: Re: Optimisation options turned on at a certain level
- References: <A91F89184D69D411A4E40008C784F4970259F963@MR-T>
jgrant@reflectionsinteractive.com writes:
> > 1) Documentation patches are always welcome.
>
> I noticed the info gcc pages were in some ways more detailed, for instance
> this optimisation page:
> http://www-es.fernuni-hagen.de/cgi-bin/info2html?(gcc)Optimize%20Options
>
> Are the gcc online manual documents maintained by different people from the
> gcc info pages? Perhaps some aspects could be combined.
Actually, the online manual and the info pages are generated from the
same source files. So if there are discrepancies, you must be looking
at different versions of the manual. Perhaps the documentation has
gotten better since your info files were generated. Hopefully it
hasn't gotten worse.
Ian