Skip to content
Snippets Groups Projects
Commit 210cda73 authored by Andre Vieira's avatar Andre Vieira
Browse files

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.
parent 1c798ab7
No related branches found
No related tags found
No related merge requests found
/* { dg-do run } */ /* { dg-do run } */
/* { dg-additional-options "-O3" } */ /* { dg-additional-options "-O3" } */
/* { dg-additional-options "-mtune=intel" { target x86_64-*-* i?86-*-* } } */ /* { dg-additional-options "-mtune=intel" { target x86_64-*-* i?86-*-* } } */
/* { dg-additional-options "-mtune=thunderx" { target aarch64*-*-* } } */
#include "tree-vect.h" #include "tree-vect.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment