almost a cosmetic bug
Bryce McKinlay
bryce@albatross.co.nz
Sun Feb 11 14:58:00 GMT 2001
Olivier wrote:
> Confused? Here an example:
>> Test test = new Test ();
> boolean b;
>> b = test.result(); // ok, compile fine
> test.result(); // ok, compile fine
> test.result ; // ok, report a syntax error
> b = test.result ; // WRONG, compiler segfault
>> gcj --main=Test -o Test Test.java
>> Test.java: In class `Test':
> Test.java: In method `Test.main(java.lang.String[])':
> Test.java:9: Internal error: Segmentation fault.
> Please submit a full bug report, with preprocessed source if appropriate.
> See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
I've noticed error handling regressions like this recently too. Could you
submit a PR and test case? Thanks.
regards
[ bryce ]
More information about the Java
mailing list