From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7810) id 88DDF38708AB; Fri, 28 Aug 2020 09:33:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88DDF38708AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598607217; bh=JiYJIiauhty4p/LGz5oHeBTsmXhVBkAg3JeueEX6uyU=; h=From:To:Subject:Date:From; b=tfmvu9HN+A7HU8dUcRhK6vYb4LmGxV3y9AXPGNdeYkswrX5wi9ugnFxCqHrHP6rS9 Z0mxIVhifKqWjt6QZ87wBpWY6ZV9PgwSorHbysPh4rTU54AC+JhYkWNstvylCnboPS yEBROtwG0sBbC2PWfPpBZMrOLAHJx8Yv4LADt3Ug= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alex Coplan To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-2920] aarch64: Disable mem-shift-canonical test on ILP32 X-Act-Checkin: gcc X-Git-Author: Alex Coplan X-Git-Refname: refs/heads/master X-Git-Oldrev: 9d463ce7f983f03f0d65da03cfa430e29a0840c2 X-Git-Newrev: 43f3e695699cb4bde7824f9d05bd618f13d2c8b8 Message-Id: <20200828093337.88DDF38708AB@sourceware.org> Date: Fri, 28 Aug 2020 09:33:37 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 09:33:37 -0000 https://gcc.gnu.org/g:43f3e695699cb4bde7824f9d05bd618f13d2c8b8 commit r11-2920-g43f3e695699cb4bde7824f9d05bd618f13d2c8b8 Author: Alex Coplan 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