https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106322

--- Comment #20 from Martin Liška <marxin at gcc dot gnu.org> ---
Hmm, can't reproduce with x86_64 compiler with -m32:

$ g++ --version
g++ (SUSE Linux) 12.1.1 20220721 [revision
4f15d2234608e82159d030dadb17af678cfad626
...
$ g++ *.cc -O2 -m32 && ./a.out && echo Ok
Ok

Reply via email to