diff mbox series

Fix PR82132

Message ID alpine.LSU.2.20.1801160903390.32271@zhemvz.fhfr.qr
State New
Headers show
Series Fix PR82132 | expand

Commit Message

Richard Biener Jan. 16, 2018, 8:04 a.m. UTC
Tested on x86_64-unknown-linux-gnu, applied.

Richard.

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.
diff mbox series

Patch

Index: gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c	(revision 256722)
+++ gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c	(working copy)
@@ -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