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/38819] [4.2/4.3/4.4 Regression] trapping expression wrongly hoisted out of loop



------- Comment #12 from rguenth at gcc dot gnu dot org  2009-01-16 22:26 -------
A different possible patch would be to have a special mode that pre-splits
the CFG at the possible exit points and insert edges to the exit BB.  We
could condition that on a flag or so.


-- 


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


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