------- 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