This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25259] bootstrap failures on non-C99 platforms
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2005 20:46:16 -0000
- Subject: [Bug target/25259] bootstrap failures on non-C99 platforms
- References: <bug-25259-226@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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