https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114175
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|riscv, loongarch |riscv, loongarch, x86_64 --- Comment #23 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Edwin Lu from comment #19) > While debugging, I found that this testcase also breaks on x86_64 when > optimizations are enabled (-O1 -> -O3). > > Godbolt: https://godbolt.org/z/ecs5MPds8 > > There may be other targets that fail as well. I haven't tested any others > though