verify_flow_info tripped an internal error. OK with -O1 but not with -O2
[EMAIL PROTECTED] tmp]$ /home/aph/install/bin/gcj -c -O1 -g -fPIC -findirect-dispatch -fjni AbstractCommentParser.class [EMAIL PROTECTED] tmp]$ /home/aph/install/bin/gcj -c -O2 -g -fPIC -findirect-dispatch -fjni AbstractCommentParser.class org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java: In class 'org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser': org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java: In method 'org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser.commentParse()': org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:0: error: control flow in the middle of basic block 32 org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:0: error: control flow in the middle of basic block 32 org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java:0: internal compiler error: verify_flow_info failed Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. -- Summary: verify_flow_info failed Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26447