]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Don't test pr118149.c on AArch64
authorChristoph Müllner <christoph.muellner@vrull.eu>
Sun, 22 Dec 2024 22:02:03 +0000 (23:02 +0100)
committerChristoph Müllner <christoph.muellner@vrull.eu>
Mon, 23 Dec 2024 06:50:54 +0000 (07:50 +0100)
commitb43bb6591f7f934f9807a2cae3b53fdbe8d27169
treee3f19a5af6ee48a5efeba541addac2874f71256b
parenteaa59db1576405bcf135d1ebcee47bb38c62d29d
testsuite: Don't test pr118149.c on AArch64

Recently two test cases for PR118149 have been added.
While pr118149-2.c works well for AArch64, pr118149.c fails
because the expected optimization in forwprop4 cannot be applied
as SLP vectorization does not happen.
This patch fixes this issue by disabling the check on AArch64.

gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/pr118149.c: Disable for AArch64.

Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
gcc/testsuite/gcc.dg/tree-ssa/pr118149.c