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]
Other format: [Raw text]

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code


------- Additional Comments From aph at redhat dot com  2005-06-06 11:09 -------
Failure during bootstrap:

./xgcc -B./ -B/home/aph/gcc4/install/i686-pc-linux-gnu/bin/ -isystem
/home/aph/gcc4/install/i686-pc-linux-gnu/include -isystem
/home/aph/gcc4/install/i686-pc-linux-gnu/sys-include
-L/home/aph/gcc4/build/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
-I. -I. -I/home/aph/gcc4/gcc/gcc -I/home/aph/gcc4/gcc/gcc/.
-I/home/aph/gcc4/gcc/gcc/../include -I/home/aph/gcc4/gcc/gcc/../libcpp/include 
-DL_moddi3 -fvisibility=hidden -DHIDE_EXPORTS -fexceptions -fnon-call-exceptions
-c /home/aph/gcc4/gcc/gcc/libgcc2.c -o libgcc/./_moddi3.o
/home/aph/gcc4/gcc/gcc/libgcc2.c: In function '__divdi3':
/home/aph/gcc4/gcc/gcc/libgcc2.c:1056: error: Type mismatch between an SSA_NAME
and its symbol.
/home/aph/gcc4/gcc/gcc/libgcc2.c:1056: error: Missing definition
for SSA_NAME: D.4215_136in statement:
#   TMT.31_158 = V_MAY_DEF <TMT.31_154>;
*rp_35 = D.4215_136;
/home/aph/gcc4/gcc/gcc/libgcc2.c:1056: internal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21847


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