From 43f3e695699cb4bde7824f9d05bd618f13d2c8b8 Mon Sep 17 00:00:00 2001 From: Alex Coplan Date: Fri, 28 Aug 2020 10:30:59 +0100 Subject: [PATCH] aarch64: Disable mem-shift-canonical test on ILP32 This test fails on ILP32 since we're looking for a pattern that could only be hit on LP64. Disabling the test on ILP32 since the problematic mult pattern was never hit there, so there's nothing to test. gcc/testsuite/ChangeLog: * gcc.target/aarch64/mem-shift-canonical.c: Skip on ILP32. --- gcc/testsuite/gcc.target/aarch64/mem-shift-canonical.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.target/aarch64/mem-shift-canonical.c b/gcc/testsuite/gcc.target/aarch64/mem-shift-canonical.c index 36beed497a0..47479ffff29 100644 --- a/gcc/testsuite/gcc.target/aarch64/mem-shift-canonical.c +++ b/gcc/testsuite/gcc.target/aarch64/mem-shift-canonical.c @@ -3,6 +3,7 @@ /* { dg-do compile } */ /* { dg-options "-Os -ftree-vectorize -dp" } */ +/* { dg-require-effective-target lp64 } */ struct T -- 2.30.2