* g++.dg/torture/pr79905.C: Add -maltivec option.
From-SVN: r246820
This commit is contained in:
parent
9058a2c5c5
commit
7db31bc20c
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user