[Bug tree-optimization/19639] Funny (horrible) code for empty destructor

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 29 21:19:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-29 21:19 -------
As(In reply to comment #7)
> Or we could simply unroll the loop completely, but while SCEV finds
> the IV as

Again this is most likely because fold does not fold "&x.foo[2] - 4B" to "&x.foo[0]", or someone forgets 
to call fold on that.  I know that fold_stmt can do it.

-- 


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



More information about the Gcc-bugs mailing list