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

2019-06-03  Richard Biener  <rguent...@suse.de>

        PR testsuite/90713
        * gcc.dg/gimplefe-40.c: Add -maltivec for powerpc.

Index: gcc/testsuite/gcc.dg/gimplefe-40.c
===================================================================
--- gcc/testsuite/gcc.dg/gimplefe-40.c  (revision 271803)
+++ gcc/testsuite/gcc.dg/gimplefe-40.c  (working copy)
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { int128 && vect_float } } } */
 /* { dg-options "-fgimple -Wno-psabi -w" } */
+/* { dg-additional-options "-maltivec" { target { powerpc*-*-* && 
powerpc_altivec_ok } } } */
 
 typedef float v4sf __attribute__((vector_size(16)));
 v4sf __GIMPLE (ssa)

Reply via email to