[Bug c/103052] Function call omitted at -O1 optimization level.

2021-11-02 Thread tor at ccxvii dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103052 --- Comment #2 from Tor Andersson --- Same problem with gcc-11. $ gcc-11 -O1 xxx.c && ./a.out FAIL: should NOT get here :( $ gcc-11 -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc-11 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-

[Bug c/103052] Function call omitted at -O1 optimization level.

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