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/34176] [4.3 Regression] SCCVN breaks gettext



------- Comment #14 from rguenth at gcc dot gnu dot org  2007-11-22 20:54 -------
Created an attachment (id=14615)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14615&action=view)
prototype patch

Patch clearing the optimistic tables before every iteration and doing a
fallback
lookup on the valid tables if the optimistic table lookup failed.  Also has a
testcase that aborts if it is miscompiled rather than looping forever.


-- 


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


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