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 Regression] internal compiler error: verify_flow_info failed



------- Comment #11 from pinskia at gcc dot gnu dot org  2005-11-19 02:37 -------
Hmm:
Simplifying condjump 15 around jump 67
Merged 2 and 3 without moving.


But the edge is the same now :)
as:
Cross jumping from bb 1 to bb 2; 2 common insns
Deleted label in block 3.

But we don't delete the conditional jump as it sets other stuf besides the PC.


-- 


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]