public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-47] aarch64: Add option to pr105219 testcase
@ 2022-04-29 15:32 Andre Simoes Dias Vieira
  0 siblings, 0 replies; only message in thread
From: Andre Simoes Dias Vieira @ 2022-04-29 15:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:210cda732832ec589b02c722b2c73f7fa50b97ce

commit r13-47-g210cda732832ec589b02c722b2c73f7fa50b97ce
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Fri Apr 29 16:31:08 2022 +0100

    aarch64: Add option to pr105219 testcase
    
    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.

Diff:
---
 gcc/testsuite/gcc.dg/vect/pr105219.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/vect/pr105219.c b/gcc/testsuite/gcc.dg/vect/pr105219.c
index 0cb7ae2f4d6..4bca5bbba30 100644
--- a/gcc/testsuite/gcc.dg/vect/pr105219.c
+++ b/gcc/testsuite/gcc.dg/vect/pr105219.c
@@ -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"


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

only message in thread, other threads:[~2022-04-29 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 15:32 [gcc r13-47] aarch64: Add option to pr105219 testcase Andre Simoes Dias Vieira

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).