> "Matthias" == Matthias Klose <[EMAIL PROTECTED]> writes:
Matthias> class Bug {
Matthias> static synchronized Object get(int i) { return null; }
Matthias> static synchronized Object get() { return get(1); }
Matthias> }
This fails for me (on x86) with -O1, but not with -O0.
Tom
[bug submitted to the Debian BTS]
compiler version is CVS 010526 from the 3.0 branch.
// gcj-3.0 -c -O1 Bug.java
// Bug.java: In class `Bug':
// Bug.java: In method `Bug.get()':
// Bug.java:3: Internal error: Segmentation fault
class Bug {
static synchronized Object get(int i) { return nu
Package: gcj-3.0
Version: 1:3.0-0pre010526
Severity: normal
// > gcj-3.0 -c -O1 Bug.java
// Bug.java: In class `Bug':
// Bug.java: In method `Bug.get()':
// Bug.java:3: Internal error: Segmentation fault
class Bug {
static synchronized Object get(int i) { return null; }
static synchro
3 matches
Mail list logo