[Bug tree-optimization/31227] [4.3 Regression] -Warray-bounds doesn't play together with loop optimizations
mueller at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 21 09:05:00 GMT 2007
------- Comment #3 from mueller at gcc dot gnu dot org 2007-03-21 09:05 -------
both are caused by our well known offender -fivopts.
the problem why the existing workarounds don't work is because the adress is
first converted to unsigned int before +/- modification is done. the traversal
stops at the type conversion. I'm currently working on fixing that.
--
mueller at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |mueller at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31227
More information about the Gcc-bugs
mailing list