This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Adding a new gcc dir
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org, "gcc-gpu at adrenalin-junkie dot net" <gcc-gpu at adrenalin-junkie dot net>
- Cc: "Paulo J. Matos" <pocm at soton dot ac dot uk>
- Date: Wed, 7 Mar 2007 15:41:50 +0000
- Subject: Re: Adding a new gcc dir
- References: <20070307143032.18070.qmail@station178.com>
On Wednesday 07 March 2007 14:30, gcc-gpu@adrenalin-junkie.net wrote:
> 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.
Maybe, but I consider rejecting mixed code/declarations to be a feature :-)
C++ comments are handy for quick debugging hacks, but I'm not sure they add
any real value to production code.
Paul