]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Add option to pr105219 testcase
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Fri, 29 Apr 2022 15:31:08 +0000 (16:31 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Fri, 29 Apr 2022 15:31:57 +0000 (16:31 +0100)
Add option that originally caused testcase to fail for aarch64.

gcc/testsuite/ChangeLog:

PR tree-optimization/105219
* gcc.dg/vect/pr105219.c: Add aarch64 target option.

gcc/testsuite/gcc.dg/vect/pr105219.c

index 0cb7ae2f4d6dc2a236740d34b59b771255b067b7..4bca5bbba30a9740a54e6205bc0d0c8011070977 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do run } */
 /* { dg-additional-options "-O3" } */
 /* { dg-additional-options "-mtune=intel" { target x86_64-*-* i?86-*-* } } */
+/* { dg-additional-options "-mtune=thunderx" { target aarch64*-*-* } } */
 
 #include "tree-vect.h"