This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Adding a new gcc dir
- From: "gcc-gpu at adrenalin-junkie dot net" <gcc-gpu at adrenalin-junkie dot net>
- To: "Paul Brook" <paul at codesourcery dot com>, "" <gcc at gcc dot gnu dot org>
- Cc: "Paulo J. Matos" <pocm at soton dot ac dot uk>
- Date: Wed, 07 Mar 2007 14:30:27 +0000
- Subject: Re: Adding a new gcc dir
- Reply-to: "gcc-gpu at adrenalin-junkie dot net" <gcc-gpu at adrenalin-junkie dot net>
Is it time to offer "second-strap" level of compilation? Ie allow C99 to bootstrap the creation of a basic GCC compiler, then allow a second compile using the basic GCC compiler to get the full compiler.
Nick
> -------Original Message-------
> From: Paul Brook <paul@codesourcery.com>
> Subject: Re: Adding a new gcc dir
> Sent: 06 Mar '07 16:32
>
> > Which means using C90, which means no mixed declarations and code, no
> > C++ comments, etc. Is there any way to compile at least, my files with
> > c99 constructs?
> > Or all gcc code should be built like this??
>
> This is a feature. gcc can be bootstrapped using an arbitrary c90 compiler.
> The warning options you mentioned help to enforce this.
>
> Paul
>