This is the mail archive of the gcc@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]

bootstrap broken for x86_64-pc-mingw32


Hi,

I just tried to bootstrap w64 and got the following compiler message

gcc -c  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -W
strict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-a
ttribute -fno-common  -DHAVE_CONFIG_H -I. -Ifortran -I../../gcc -I../../gcc/fort
ran -I../../gcc/../include -I../../gcc/../libcpp/include -I/home/ktietz/source/g
cc/gcc/build/./gmp -I/home/ktietz/source/gcc/gcc/gmp -I/home/ktietz/source/gcc/g
cc/build/./mpfr -I/home/ktietz/source/gcc/gcc/mpfr  -I../../gcc/../libdecnumber
-I../../gcc/../libdecnumber/dpd -I../libdecnumber  -DBASEVER="\"4.4.0\"" \
                ../../gcc/fortran/cpp.c -o fortran/cpp.o
../../gcc/fortran/cpp.c: In function â?~cpp_define_builtinsâ?T:
../../gcc/fortran/cpp.c:222: error: â?~flag_isoâ?T undeclared (first use in this
 function)
../../gcc/fortran/cpp.c:222: error: (Each undeclared identifier is reported only
 once
../../gcc/fortran/cpp.c:222: error: for each function it appears in.)
../../gcc/fortran/cpp.c:222: warning: implicit declaration of function â?~builti
n_define_with_int_valueâ?T
../../gcc/fortran/cpp.c:222: error: â?~intmax_type_nodeâ?T undeclared (first use
 in this function)
../../gcc/fortran/cpp.c:222: warning: type defaults to â?~intâ?T in declaration
of â?~__tâ?T
../../gcc/fortran/cpp.c:222: error: invalid type argument of â?~->â?T
../../gcc/fortran/cpp.c:222: warning: passing argument 1 of â?~tree_class_check_
failedâ?T makes pointer from integer without a cast
../../gcc/fortran/cpp.c:222: error: invalid type argument of â?~->â?T
make[2]: *** [fortran/cpp.o] Error 1
make[2]: Leaving directory `/home/ktietz/source/gcc/gcc/build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/ktietz/source/gcc/gcc/build'
make: *** [all] Error 2

Will this be solved?

Cheers,
  Kai
-- 
| (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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