[Bug middle-end/102606] large array in a dead-code is not optimized away at -O0

2021-10-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102606 Andrew Pinski changed: What|Removed |Added CC||krzyk240 at gmail dot com --- Comment #

[Bug middle-end/102606] large array in a dead-code is not optimized away at -O0

2021-10-05 Thread k.even-mendoza at imperial dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102606 --- Comment #4 from Karine EM --- That would make sense, and I think it is also what happens when compiling the example with Clang and -O0 since the compilation takes only a few seconds then.

[Bug middle-end/102606] large array in a dead-code is not optimized away at -O0

2021-10-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102606 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug middle-end/102606] large array in a dead-code is not optimized away at -O0

2021-10-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102606 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/102606] large array in a dead-code is not optimized away at -O0

2021-10-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102606 Andrew Pinski changed: What|Removed |Added Component|c |middle-end Summary|miscompil