[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

2024-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99689 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Target Milestone|---

[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

2024-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99689 --- Comment #7 from Andrew Pinski --- GCC 9.3.0 says: /app/example.cpp:19:18: missed: can't use a fully-masked loop because the target doesn't have the appropriate masked load or store. /app/example.cpp:19:18: note: vect_model_load_cost:

[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

2021-03-22 Thread gnu at gonsoe dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99689 --- Comment #6 from Soren Soe --- I should maybe mention that the same problem is reproducible using qemu-aarch64 and qemu-aarch64-static on an x86_64 host. % aarch64-linux-gnu-g++ -O3 -static bug.cpp % qemu-aarch64-static ./a.out a.out:

[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

2021-03-22 Thread gnu at gonsoe dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99689 Soren Soe changed: What|Removed |Added CC||gnu at gonsoe dot com --- Comment #5 from

[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

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

[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

2021-03-22 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99689 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug middle-end/99689] Initialized local variable becomes uninitialized after use

2021-03-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99689 Andrew Pinski changed: What|Removed |Added Component|c++ |middle-end Keywords|