Tested on x86_64-unknown-linux-gnu, applied.

Richard.

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

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

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

Reply via email to