[Bug middle-end/99689] Initialized local variable becomes uninitialized after use
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.cp
[Bug middle-end/99689] Initialized local variable becomes uninitialized after use
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 So