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 optimization/11975] gcc miscompiles natClassLoader.cc with -fnon-call-exceptions


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.


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