re PR tree-optimization/68915 (gcc.dg/vect/pr46032.c FAILs)

2015-12-16  Richard Biener  <rguenther@suse.de>

	PR testsuite/68915
	* gcc.dg/vect/pr46032.c: Use dg-additional-options.

From-SVN: r231687
This commit is contained in:
Richard Biener 2015-12-16 12:37:02 +00:00 committed by Richard Biener
parent f392980c83
commit c11a5508fb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-12-16 Richard Biener <rguenther@suse.de>
PR testsuite/68915
* gcc.dg/vect/pr46032.c: Use dg-additional-options.
2015-12-16 Richard Biener <rguenther@suse.de>
PR testsuite/68916

View File

@ -1,7 +1,7 @@
/* { dg-do compile } */
/* { dg-require-effective-target fopenmp } */
/* { dg-require-effective-target vect_int } */
/* { dg-options "-O2 -fopenmp -ftree-vectorize -std=c99 -fipa-pta -fdump-tree-vect-all" } */
/* { dg-additional-options "-fopenmp -fipa-pta" } */
extern void abort (void);