[Bug tree-optimization/30564] [4.3 Regression] ice for legal code with -O3

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 28 22:57:00 GMT 2007



------- Comment #12 from pinskia at gcc dot gnu dot org  2007-01-28 22:57 -------
(In reply to comment #11)
> SRA messes up somehow and it only happens with inlined functions so I am going
> to look more into it.

I have a fix for the SRA issue now, SRA tries to look into 3rd/4th operand to
decide if the array is a non constant stride but in_array_bounds_p already
checks that so there is no need to check the 3rd/4th operand again.


-- 


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



More information about the Gcc-bugs mailing list