* g++.dg/torture/pr79905.C: Add -maltivec option.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 10 Apr 2017 19:50:33 +0000 (19:50 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 10 Apr 2017 19:50:33 +0000 (15:50 -0400)
From-SVN: r246820

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr79905.C

index 4787f0af7c4689d7b8c7527e752f34c1c310a315..9f940907e45908db2650780ffec7c72c7d212de6 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-10  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/torture/pr79905.C: Add -maltivec option.
+
 2017-04-10  Jeff Law  <law@redhat.com>
 
        PR tree-optimization/80374
index ded5db64cb0913c805a195e2e3c119e88699edf1..ab9d07c63736f440227d6c8936ecc8eb9b241eae 100644 (file)
@@ -1,6 +1,7 @@
 // PR target/79905
 // { dg-do compile { target { powerpc*-*-* } } }
 // { dg-require-effective-target powerpc_altivec_ok } 
+// { dg-options "-maltivec" }
 
 typedef int V4i __attribute__((vector_size(16)));
 void a (V4i) {