[Bug java/16789] New: ICE in force_evaluation_order() on valid code
mckinlay at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 27 20:48:00 GMT 2004
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
More information about the Gcc-bugs
mailing list