https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122402
Bug ID: 122402
Summary: [16 Regression] auto-init-padding-[24].c fail now
after SRA can understand DEFERRED_INIT
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: testsuite-fail
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
Target: aarch64-linux-gnu
+FAIL: gcc.target/aarch64/auto-init-padding-2.c scan-assembler-times
stp\\\\tq[0-9]+, q[0-9]+, 2
+FAIL: gcc.target/aarch64/auto-init-padding-4.c scan-assembler-times
stp\\\\tq[0-9]+, q[0-9]+, 4
Both of these fail after the SRA improvement commit.
They either need -fno-tree-sra or the scan-assembler-times needs to be
improved.