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/30564] [4.3 Regression] ice for legal code with -O3



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]