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 #11 from matz at gcc dot gnu dot org  2007-11-22 14:13 -------
Btw. canonicalization/rewriting on INSERT is indeed okay.  As long as the hash
tables are deleted after every iteration (or otherwise invalidated).  At least
the now provably false information needs to be removed, which is a bit
difficult to track when you do general rewriting, so invalidating the whole
thing is probably easiest.


-- 


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]