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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-02-20 
17:22:58 UTC ---
You are violating aliasing rules.  Add may_alias to the attributes of your
float array.

Reply via email to