Commit 9b3f31f2 by Ulrich Weigand

Added file forgotten in commit.

From-SVN: r139731
parent d6beb90e
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */
/* Check that "volatile" type qualifier is propagated to vector type. */
#include <altivec.h>
vector float *f (volatile vector float *a)
{
return a; /* { dg-warning "discards qualifiers" } */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment