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 bootstrap/27673] New: Gcc failed to bootstrap on Linux


With revision 113891, I got

[hjl@gnu-16 libiberty]$ cat foo.c
typedef int __io_write_fn (void *__cookie, __const char *__buf,
     int __n);

int
main ()
{
  return 0;
}
[hjl@gnu-16 libiberty]$
/export/build/gnu/gcc/build-x86_64-linux/./prev-gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/./prev-gcc/
-B/usr/gcc-4.2/x86_64-unknown-linux-gnu/bin/  -g -O2    foo.c
foo.c:6: error: ?[*]? not allowed in other than function prototype scope


-- 
           Summary: Gcc failed to bootstrap on Linux
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


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