[Bug target/106161] Dubious choice of optimization strategy

2023-07-07 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106161 Oleg Endo changed: What|Removed |Added Last reconfirmed||2023-07-07 CC|

[Bug target/106161] Dubious choice of optimization strategy

2022-07-01 Thread vluchits at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106161 --- Comment #3 from Victor Luchitz --- Compilation flags used: -c -std=c11 -g -m2 -mb -Os -fomit-frame-pointer -Wall -Wextra -pedantic -Wno-unused-parameter -Wimplicit-fallthrough=0 -Wno-missing-field-initializers -Wnonnull

[Bug target/106161] Dubious choice of optimization strategy

2022-07-01 Thread vluchits at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106161 --- Comment #2 from Victor Luchitz --- Created attachment 53234 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53234=edit Test case Minimal test case. You can see in the disassembly the same pattern as described in the original report.

[Bug target/106161] Dubious choice of optimization strategy

2022-07-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106161 Richard Biener changed: What|Removed |Added Keywords||missed-optimization