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]

[rs6000,patch] fix for fold-vec-ld-longlong.c test (lp64)


Hi, 
  I missed a target lp64 require for the fold-vec-ld-longlong.c test.
I'm now wearing my cone of shame.  :-(

Committing as trivial, momentarily. 

Thanks,
-Will


diff --git a/gcc/testsuite/gcc.target/powerpc/fold-vec-ld-longlong.c b/gcc/testsuite/gcc.target/powerpc/fold-vec-ld-longlong.c
index 37941af..db4a879 100644
--- a/gcc/testsuite/gcc.target/powerpc/fold-vec-ld-longlong.c
+++ b/gcc/testsuite/gcc.target/powerpc/fold-vec-ld-longlong.c
@@ -1,9 +1,9 @@
 /* Verify that overloaded built-ins for vec_ld* with long long
    inputs produce the right code.  */
 
-/* { dg-do compile } */
+/* { dg-do compile { target lp64 } } */
 /* { dg-require-effective-target powerpc_p8vector_ok } */
 /* { dg-options "-mpower8-vector -O2" } */
 
 #include <altivec.h>
 



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