This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] porting to gcc-4.3 docs
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc at gcc dot gnu dot org, gerald at pfeifer dot com
- Date: Tue, 8 Jan 2008 17:06:12 -0800
- Subject: Re: [RFC] porting to gcc-4.3 docs
- References: <20080108184137.5ec72074@wabash.artheist.org>
On Tue, Jan 08, 2008 at 06:41:37PM -0600, Benjamin Kosnik proposes:
> http://gcc.gnu.org/gcc-4.3/changes.html
>
> would be joined by
>
> http://gcc.gnu.org/gcc-4.3/porting_to.html
>
> This would imply that the porting document would be checked in to
> wwwdocs and available to all the usual GCC contributors to edit and
> update.
Fine with me; it should be linked from the "Caveats" section of
gcc-4.3/changes.html.
> Thoughts and comments?
Saw one error:
-----------------------------
Another preprocessor warning change is for trailing whitespace after and #endif, code like:
#ifdef TEST
#endif TEST
-----------------------------
s/trailing whitespace after and/extra tokens after an/
It's, of course, legal to have trailing whitespace and comments after
an #endif.