[Bug java/27442] New: gcj segfaults on invalid code (related to 8923?)
I'm not sure if this relates to Bug #8923, so I created a new bug report. The following code causes gij to segfault: class Bug { public void bug() { int x; System.out.println((x << 1).toString()); // http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27442
[Bug java/27439] New: gcj chokes on invalid expression
java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brakhane at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27439