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]

ARM GNU/Linux ICE in: safe_from_earlyclobber



Well this is different.  For the last 6 days my i386 builds have failled,
but the armv4l/armv3l builds went fine.  Until today.  I just find it
funny, now onto the current new failure.

I get an ICE when building reload.c in safe_from_earlyclobber() when using
stage1/xgcc. Standard info follows:

reload.i.gz is attached.  reload.s.gz is at:
  ftp://ftp.netwinder.org/devteam/stewart/reload.s.gz

Picked up from the nightly builds at: http://www/build/stats/gcc.html

Thanks,
-Rms

[build@compton gcc]$ stage1/xgcc -Bstage1/
-B/usr/local/armv4l-unknown-linux-gnu/bin/ -c  -DIN_GCC    -O2 -g -O2 -W
-Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I.
-I/home/build-rpm/BUILD/gcc/gcc -I/home/build-rpm/BUILD/gcc/gcc/config
-I/home/build-rpm/BUILD/gcc/gcc/../include
/home/build-rpm/BUILD/gcc/gcc/reload.c -v --save-temps
Reading specs from stage1/specs
Configured with:  --prefix=/usr/local --with-cpu=strongarm --enable-shared
--enable-threads=posix --without-cvs
gcc version 2.97 20001017 (experimental)
 stage1/cpp0 -lang-c -v -I. -I/home/build-rpm/BUILD/gcc/gcc
-I/home/build-rpm/BUILD/gcc/gcc/config
-I/home/build-rpm/BUILD/gcc/gcc/../include -iprefix
stage1/../lib/gcc-lib/armv4l-unknown-linux-gnu/2.97/ -isystem include
-isystem stage1/include -isystem
/usr/local/armv4l-unknown-linux-gnu/bin/include -D__GNUC__=2
-D__GNUC_MINOR__=97 -D__GNUC_PATCHLEVEL__=0 -Dunix -Dlinux -D__ELF__
-D__unix__ -D__linux__ -D__ELF__ -D__unix -D__linux -Asystem(unix)
-Asystem(posix) -Acpu(arm) -Amachine(arm) -D__CHAR_UNSIGNED__
-D__OPTIMIZE__ -D__STDC_HOSTED__=1 -g -W -Wall -Wtraditional
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long
-pedantic -D__ARM_ARCH_4__ -D__APCS_32__ -D__ARMEL__ -D__arm__ -DIN_GCC
-DHAVE_CONFIG_H /home/build-rpm/BUILD/gcc/gcc/reload.c reload.i
GNU CPP version 2.97 20001017 (experimental) (cpplib) (ARM GNU/Linux with
ELF)
ignoring nonexistent directory "stage1/include"
ignoring nonexistent directory
"/usr/local/armv4l-unknown-linux-gnu/bin/include"
ignoring nonexistent directory
"lib/gcc-lib/armv4l-unknown-linux-gnu/2.97/include"
ignoring nonexistent directory "armv4l-unknown-linux-gnu/include"
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/usr/local/lib/gcc-lib/armv4l-unknown-linux-gnu/2.97/include"
ignoring nonexistent directory
"/usr/local/armv4l-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 /home/build-rpm/BUILD/gcc/gcc
 /home/build-rpm/BUILD/gcc/gcc/config
 /home/build-rpm/BUILD/gcc/include
 include
 /usr/include
End of search list.
 stage1/cc1 reload.i -quiet -dumpbase reload.c -g -O2 -O2 -W -Wall
-Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -pedantic -version -o reload.s
GNU C version 2.97 20001017 (experimental) (armv4l-unknown-linux-gnu)
compiled by GNU C version 2.95.2 20000212 (release) [Rebel.com].
/home/build-rpm/BUILD/gcc/gcc/reload.c: In function
`safe_from_earlyclobber':
/home/build-rpm/BUILD/gcc/gcc/reload.c:2349: Internal error: Segmentation
fault.
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
[build@compton gcc]$ 

reload.i.gz


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