[Bug tree-optimization/34176] [4.3 Regression] SCCVN breaks gettext
matz at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 22 14:13:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list