This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/25259] bootstrap failures on non-C99 platforms



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-12-12 20:46 -------
(In reply to comment #5)
> > You have to do "aclocal -I ../config", or you can configure with 
> > --enable-maintainer-mode.
> 
> Ah, thanks.  It fails very early though:> eric@linux:~> cat t.c
> typedef __extension__ long long int64_t;
> eric@linux:~> gcc -S t.c
> t.c:1: error: parse error before "__extension__"

It should be:
__extension__ typedef long long int64_t;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25259


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]