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]

mainline broken on x86-linux?


On Fedora Core 1

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.2 20031107 (Red Hat Linux 3.3.2-2)

...

./gencodes /home/guerby/work/gcc/gcc/gcc/config/i386/i386.md > tmp-codes.h
/bin/sh /home/guerby/work/gcc/gcc/gcc/../move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
gcc -c   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-common   -DHAVE_CONFIG_H    -I. -I. -I/home/guerby/work/gcc/gcc/gcc -I/home/guerby/work/gcc/gcc/gcc/. -I/home/guerby/work/gcc/gcc/gcc/../include  /home/guerby/work/gcc/gcc/gcc/builtins.c -o builtins.o
/home/guerby/work/gcc/gcc/gcc/builtins.c: In function `fold_builtin':
/home/guerby/work/gcc/gcc/gcc/builtins.c:6707: error: structure has no member named `exp'
/home/guerby/work/gcc/gcc/gcc/builtins.c:6772: error: structure has no member named `exp'
make[2]: *** [builtins.o] Error 1
make[2]: Leaving directory `/home/guerby/work/gcc/build/build-20040325T222338/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/guerby/work/gcc/build/build-20040325T222338/gcc'
make: *** [bootstrap] Error 2



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