[Bug tree-optimization/110283] Bogus Warray-bounds

2023-06-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110283 --- Comment #4 from Andrew Pinski --- (In reply to Antonio Sanchez from comment #3) > @Andrew Pinsky can you elaborate on what's potentially wrong in the Eigen > code? > > The template argument will ignore the `may_alias` attribute, but the > `

[Bug tree-optimization/110283] Bogus Warray-bounds

2023-06-22 Thread c_antonio_sanchez at msn dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110283 Antonio Sanchez changed: What|Removed |Added CC||c_antonio_sanchez at msn dot com ---

[Bug tree-optimization/110283] Bogus Warray-bounds

2023-06-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110283 --- Comment #2 from Andrew Pinski --- As an aside, Eigen has some maybe wrong code in it: ``` # 55 "../../eigen-3.3.4/Eigen/src/Core/arch/SSE/PacketMath.h" 3 4 typedef __m128 Packet4f; typedef __m128i Packet4i; typedef __m128d Packet2d; templa