This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2006 10:31:15 -0000
- Subject: [Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE
- References: <bug-26447-511@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from aph at gcc dot gnu dot org 2006-03-02 10:31 -------
No, that patch doesn't help. Still get the same result at -O2:
[aph@zorro eclipse]$ /home/aph/gcc/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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26447