https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123751
Bug ID: 123751
Summary: gcc.dg/tree-ssa/pr46555.c fails on arm thumb1
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: testsuite-fail
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
| FAIL: gcc.dg/tree-ssa/pr46555.c scan-rtl-dump pro_and_epilogue "Performing
shrink-wrapping"
When I added this testcase I didn't realize the testcase would fail for thumb1
(but works for thumb2 and arm). So I just had arm-*-* as the target selector.
arm_thumb2 or arm_nothumb is the correct target selector for arm.