[Bug c/91254] Wrong generate code with a series of array access

2025-01-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/91254] Wrong generate code with a series of array access

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 --- Comment #5 from Richard Biener --- For me it is "stuck" in the loop at line 170. Note it works fine for 200 digits and also 400. Maybe you simply need to wait longer? That is, I doubt it is GCCs fault - maybe the code is simply slow? You

[Bug c/91254] Wrong generate code with a series of array access

2019-07-24 Thread alebencz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 --- Comment #4 from Alexandre Bencz --- It's true ... I did not realize this ... well, for testing purposes made a test using malloc to allocate the array and zeroed all bytes using the memset, with the correct size and the error persists. I also

[Bug c/91254] Wrong generate code with a series of array access

2019-07-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #3

[Bug c/91254] Wrong generate code with a series of array access

2019-07-24 Thread alebencz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 --- Comment #2 from Alexandre Bencz --- same problem, with -fwrapv, the program still stucked... and, for a test, I tried to use the -fsanitize=undefined and the program still stucked...

[Bug c/91254] Wrong generate code with a series of array access

2019-07-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|