[Bug c++/82246] Wrong optimisation of an offset double* attribute class allocated in stack

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 19 13:07:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82246

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
&array [-1] and &array [0] - 1 are the same and still both undefined.


More information about the Gcc-bugs mailing list