* g++.dg/torture/pr79905.C: Add -maltivec option.

From-SVN: r246820
This commit is contained in:
David Edelsohn 2017-04-10 19:50:33 +00:00 committed by David Edelsohn
parent 9058a2c5c5
commit 7db31bc20c
2 changed files with 5 additions and 0 deletions

View 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

View 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) {