[Bug tree-optimization/69224] [5/6/7 Regression] -Warray-bounds false positive with -O3 and struct pointer parameter
aldyh at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 1 17:17:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69224
Aldy Hernandez <aldyh at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2016-01-11 00:00:00 |2017-2-1
CC| |aldyh at gcc dot gnu.org
Known to work| |4.7.4
Known to fail| |4.8.1, 4.8.2, 4.8.3, 4.8.4,
| |7.0
--- Comment #7 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Using http://gcc.godbolt.org/, I see:
4.7.4 works
4.8.1 - 4.9.x has one warning
5.1 has three warnings
5.2 - 6.x has one warning
Compiling a recent trunk r245057 has one warning as well.
More information about the Gcc-bugs
mailing list