Bug#99038: internal error using static synchronized

2001-05-31 Thread Tom Tromey
> "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#99038: internal error using static synchronized

2001-05-30 Thread Matthias Klose
[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

Bug#99038: internal error using static synchronized

2001-05-28 Thread Patrik Hagglund
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