PR java/14581: gcj internal error: Segmentation fault involving switch to a final var
Cedric Berger
cedric@berger.to
Tue Mar 16 08:10:00 GMT 2004
Andrew Haley wrote:
>Compiling:
>class BugToken {
> public void oops () {
> final char eofSym;
> switch (7) {
> case eofSym : ;
> }
> }
>
>}
>
>yields:
>javac BugToken.java
>BugToken.java: In class `BugToken':
>BugToken.java: In method `BugToken.oops()':
>BugToken.java:4: internal error: Segmentation fault
>Please submit a full bug report,
>with preprocessed source if appropriate.
>
>Andrew.
>
>
So the bug is the "preprocessed source" part of the error message? ;)
Cedric
More information about the Java
mailing list