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 rtl-optimization/24626] [4.1/4.2 Regression] internal compiler error: verify_flow_info failed



------- Comment #38 from steven at gcc dot gnu dot org  2006-01-13 23:28 -------
s/which is not supposed to appear on trees/which is not supposed to appear on
RTL/

The EDGE_{TRUE,FALSE}_VALUE flags are for tree-ssa only.  On RTL they have no
meaning.  We should probably add a check for this in rtl_verify_flow_info for
this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626


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