From: Tamar Christina Date: Wed, 24 Feb 2021 14:57:08 +0000 (+0000) Subject: [comitted] Testsuite: Disable PR99149 test on big-endian X-Git-Tag: basepoints/gcc-12~899 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96c5a8589e0dd22819bae34cac3381ad381d3989;p=thirdparty%2Fgcc.git [comitted] Testsuite: Disable PR99149 test on big-endian This patch disables the test for PR99149 on Big-endian where for standard AArch64 the patterns are disabled. gcc/testsuite/ChangeLog: PR tree-optimization/99149 * g++.dg/vect/pr99149.cc: Disabled on BE. --- diff --git a/gcc/testsuite/g++.dg/vect/pr99149.cc b/gcc/testsuite/g++.dg/vect/pr99149.cc index 9002e3e5268a..00ebe9d9cdf6 100755 --- a/gcc/testsuite/g++.dg/vect/pr99149.cc +++ b/gcc/testsuite/g++.dg/vect/pr99149.cc @@ -1,4 +1,4 @@ -/* { dg-do compile { target { aarch64*-*-* } } } */ +/* { dg-do compile { target { aarch64-*-* } } } */ /* { dg-additional-options "-w -O3 -march=armv8.3-a -fdump-tree-slp-all" } */ class a {