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]

ICE in gcc-3.4-20040218 for arm-iwmmxt-linux-gcc with -M and -include


Here's a fun trick:

$ echo "int y;" > bug.h
$ echo "int x;" > bug.c
$ arm-iwmmxt-linux-gnu-gcc -M bug.c -include bug.h
bug.c:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This reared its ugly head when I configured gcc-3.4-20040218
as follows:
.../gcc-3.4-20040218/configure --target=arm-iwmmxt-linux-gnu \
--host=i686-host_pc-linux-gnu --prefix=/opt/crosstool/arm-iwmmxt-linux-gnu/gcc-3.4-20040218-glibc-2.3.2 \
--with-local-prefix=/opt/crosstool/arm-iwmmxt-linux-gnu/gcc-3.4-20040218-glibc-2.3.2/arm-iwmmxt-linux-gnu \
--disable-multilib --with-newlib --with-cpu=iwmmxt --enable-cxx-flags=-mcpu=iwmmxt \
--without-headers --disable-nls --enable-threads=no --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c --disable-shared

and tried to build glibc.
- Dan

--
US citizens: if you're considering voting for Bush, look at these first:
http://www.misleader.org/
http://www.cbc.ca/news/background/arar/
http://www.house.gov/reform/min/politicsandscience/


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