https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94539
Bug ID: 94539 Summary: gcc.dg/alias-14.c fails on gcc 10, succeeds on gcc 9, when turned into an execution test Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: ppalka at gcc dot gnu.org Target Milestone: --- The test gcc/testsuite/gcc.dg/alias-14.c fails when compiled and executed with gcc 10, and succeeds when compiled and executed with gcc 9. It was added in r6-1220 as a compile-only test, but seems like it should be an execution test? Apologies in advance if this test is bogus as an execution test.