re PR testsuite/82132 (FAIL: gcc.dg/vect/vect-tail-nomask-1.c (test for excess errors) due to missing posix_memalign)

2018-01-16  Richard Biener  <rguenther@suse.de>

	PR testsuite/82132
	* gcc.dg/vect/vect-tail-nomask-1.c: Copy posix_memalign boiler-plate
	from gcc.dg/torture/pr60092.c.

From-SVN: r256723
This commit is contained in:
Richard Biener 2018-01-16 08:04:28 +00:00 committed by Richard Biener
parent ff3cc569b2
commit 453ec1ad7a
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2018-01-16 Richard Biener <rguenther@suse.de>
PR testsuite/82132
* gcc.dg/vect/vect-tail-nomask-1.c: Copy posix_memalign boiler-plate
from gcc.dg/torture/pr60092.c.
2018-01-15 Martin Sebor <msebor@redhat.com>
PR c++/83588

View File

@ -1,5 +1,9 @@
/* { dg-do run } */
/* { dg-require-weak "" } */
/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } } */
/* { dg-skip-if "No undefined weak" { nvptx-*-* } } */
/* { dg-additional-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } } */
/* { dg-additional-options "-Wl,-flat_namespace" { target *-*-darwin[89]* } } */
/* { dg-additional-options "--param vect-epilogues-nomask=1 -mavx2" { target avx2_runtime } } */
#define SIZE 1023