[comitted] Testsuite: Disable PR99149 test on big-endian
authorTamar Christina <tamar.christina@arm.com>
Wed, 24 Feb 2021 14:57:08 +0000 (14:57 +0000)
committerTamar Christina <tamar.christina@arm.com>
Wed, 24 Feb 2021 14:57:08 +0000 (14:57 +0000)
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.

gcc/testsuite/g++.dg/vect/pr99149.cc

index 9002e3e..00ebe9d 100755 (executable)
@@ -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 {