[Bug optimization/11975] gcc miscompiles natClassLoader.cc with -fnon-call-exceptions

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Aug 29 00:58:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From danglin at gcc dot gnu dot org  2003-08-29 00:58 -------
I did some investigation of the problem and found that the gcc pass
eliminated the initialization of the instruction in question.  It
probably should have eliminated the insn itself.  Possibly, it didn't
because it contains an unspec construct.



More information about the Gcc-bugs mailing list