https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119930
--- Comment #6 from Sam James <sjames at gcc dot gnu.org> --- After r16-372-g064cac730f88dc, I see extra coroutine FAILs: Running g++:/gcc/testsuite/g++.dg/coroutines/torture/coro-torture.exp ... +FAIL: g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C -O2 execution test +FAIL: g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test +FAIL: g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C -O3 -g execution test +FAIL: g++.dg/coroutines/torture/func-params-07.C -O2 execution test +FAIL: g++.dg/coroutines/torture/func-params-07.C -O3 -g execution test +FAIL: g++.dg/coroutines/torture/pr103953.C -O2 execution test FAIL: g++.dg/coroutines/torture/pr103953.C -O3 -g execution test Feels that it makes it more likely it's some coroutines lowering issue instead?