Skip to content
Snippets Groups Projects
Commit cb356512 authored by Christophe Lyon's avatar Christophe Lyon
Browse files

arm, testsuite: remove duplicate dg-add-options arm_v8_3a_complex_neon

These two testcases have twice the same dg-add-options
arm_v8_3a_complex_neon, the patch removes one of them.

gcc/testsuite/ChangeLog:

	* gcc.dg/vect/complex/complex-operations-run.c: Remove duplicate
	dg-add-options arm_v8_3a_complex_neon.
	* gcc.dg/vect/complex/fast-math-bb-slp-complex-add-pattern-double.c:
	Likewise.
parent 7b64f757
No related branches found
No related tags found
No related merge requests found
/* { dg-require-effective-target vect_complex_add_double } */ /* { dg-require-effective-target vect_complex_add_double } */
/* { dg-add-options arm_v8_3a_complex_neon } */ /* { dg-add-options arm_v8_3a_complex_neon } */
/* { dg-add-options arm_v8_3a_complex_neon } */
#include <stdio.h> #include <stdio.h>
#include <complex.h> #include <complex.h>
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-add-options arm_v8_3a_complex_neon } */
/* { dg-additional-options "-ffast-math -fno-tree-loop-vectorize" } */ /* { dg-additional-options "-ffast-math -fno-tree-loop-vectorize" } */
/* { dg-require-effective-target vect_double } */ /* { dg-require-effective-target vect_double } */
/* { dg-add-options arm_v8_3a_complex_neon } */ /* { dg-add-options arm_v8_3a_complex_neon } */
......
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