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]

libio problems on alpha preventing bootstrap


With today's mainline, with no special configure options:

/export/u11/lucier/programs/egcs/objdir-test/gcc/xgcc -B/export/u11/lucier/programs/egcs/objdir-test/gcc/ -B/export/u10/egcs-test/alphaev6-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -mieee -I. -I../../../../libio -nostdinc++ -D_IO_MTSAFE_IO isscan.cc
isscan.cc: In method `istream &istream::scan (const char *, ...)':
isscan.cc:36: could not convert `ap' to `__va_list_tag'
isscan.cc: In method `istream &istream::vscan (const char *, __va_list_tag)':
isscan.cc:50: could not convert `args' to `__va_list_tag'
make[5]: [isscan.o] Error 1 (ignored)

/export/u11/lucier/programs/egcs/objdir-test/gcc/xgcc -B/export/u11/lucier/programs/egcs/objdir-test/gcc/ -B/export/u10/egcs-test/alphaev6-unknown-linux-gnu/bin/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates  -mieee -I. -I../../../../libio -nostdinc++ -D_IO_MTSAFE_IO ../../../../libio/stream.cc
../../../../libio/stream.cc: In function `char *form (const char *, ...)':
../../../../libio/stream.cc:46: could not convert `ap' to `__va_list_tag'


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