This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PowerPC testsuite tweak


This test runs, not just compiles.  Applied as obvious.

	* gcc.target/powerpc/pr47755-2.c: Require vsx_hw.

Index: gcc/testsuite/gcc.target/powerpc/pr47755-2.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/pr47755-2.c	(revision 173642)
+++ gcc/testsuite/gcc.target/powerpc/pr47755-2.c	(working copy)
@@ -1,6 +1,6 @@
 /* { dg-do run { target { powerpc*-*-* } } } */
 /* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
-/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-require-effective-target vsx_hw } */
 /* { dg-options "-O3 -mcpu=power7" } */
 
 /* PR 47755: Make sure compiler generates correct code for various

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]