This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16789] New: ICE in force_evaluation_order() on valid code
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2004 20:48:25 -0000
- Subject: [Bug java/16789] New: ICE in force_evaluation_order() on valid code
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following test case segfaults in force_evaluation_order() when compiling to
native.
When compiling the same test to bytecode, the compiler does not crash, but the
generated bytecode is invalid (fails to verify on both gij and Sun's VM)
public class Crash
{
public static void main(String[] args)
{
System.out.println(Thread.currentThread().holdsLock(this));
}
}
--
Summary: ICE in force_evaluation_order() on valid code
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mckinlay at redhat dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16789