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/19038] Loop header copying


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-17 04:16 -------
I think the problem is the BBs are not being merged if the secondary BB has a user label.  If that is so,
what we should do is merge the BB and just move the labels.  I will try to this and attach the patch so 
someone can test it as I don't really have access to SPEC.

-- 


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


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