public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-modules] aarch64: Disable mem-shift-canonical test on ILP32
@ 2020-08-28 16:09 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2020-08-28 16:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:43f3e695699cb4bde7824f9d05bd618f13d2c8b8

commit 43f3e695699cb4bde7824f9d05bd618f13d2c8b8
Author: Alex Coplan <alex.coplan@arm.com>
Date:   Fri Aug 28 10:30:59 2020 +0100

    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.

Diff:
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-28 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 16:09 [gcc/devel/c++-modules] aarch64: Disable mem-shift-canonical test on ILP32 Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).