------- Additional Comments From arend dot bayer at web dot de 2005-01-08
21:40 -------
I get an ICE at exactly the same place when trying to bootstrap current HEAD:
xgcc --version
Using built-in specs.
Configured with: ../gcc/configure --prefix=/usr/local/gcc-head/
--enable-languages=c,java
Thread model: posix
xgcc (GCC) 4.0.0 20050108 (experimental)
The ICE happens when compiling libjava:
(...)
../../../gcc/libjava/java/lang/natDouble.cc: In static member function 'static
jdouble java::lang::Double::longBitsToDouble(jlong)':
../../../gcc/libjava/java/lang/natDouble.cc:62: error: insn does not satisfy
its constraints:
(insn 32 30 33 0 ../../../gcc/libjava/java/lang/natDouble.cc:61 (set (mem:DF
(plus:SI (reg/f:SI 6 bp)
(const_int -24 [0xffffffe8])) [0 S8 A8])
(reg:DF 21 xmm0)) 65 {*movdf_nointeger} (nil)
(nil))
../../../gcc/libjava/java/lang/natDouble.cc:62: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:391
Please submit a full bug report.
This is on SuSE linux 9.1, Bootstrap compiler is gcc 3.3.3 (as shipped by
SuSE), and I use "-g -O2 -march=pentium3" as CFLAGS. (On a Pentium M.) Is this
related, or should I open a new bug report?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18421