This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug bootstrap/28499] Bogus whitespace in preprocessor directives breaks bootstrap
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 26 Jul 2006 16:59:14 -0400 (EDT)
- Subject: Re: [Bug bootstrap/28499] Bogus whitespace in preprocessor directives breaks bootstrap
>
>
>
> ------- Comment #7 from skunk at iskunk dot org 2006-07-26 20:57 -------
> (In reply to comment #6)
> > This _is_ plain ANSI C89.
>
> ISO C90 was specified. Yes, my bad, ANSI does allow whitespace before the
> "#"---but what of it? It's good practice anyhow to place the mark first, and
> the Tru64 compiler isn't exactly alone in enforcing this convention.
ISO C90 is ANSI C89 :).
-- Pinski