This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/26447] [4.2 Regression] verify_flow_info failed, load PRE



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]