[Bug tree-optimization/86884] aggressive loop optimization and effective type

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Aug 17 10:29:00 GMT 2018


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

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

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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
It's invalid in GIMPLE as well.  You are accessing the storage through p->c[n]
which constrains the accesses to the array size of c (it is not a trailing
array).


More information about the Gcc-bugs mailing list