Commit c1105188 by Geoffrey Keating

* gcc.dg/altivec-19.c: New.

From-SVN: r94670
parent f1b4c8d8
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-maltivec" } */
/* { dg-final { scan-assembler "dst" } } */
void foo ( char* image )
{
while ( 1 )
{
__builtin_altivec_dst( (void *)( (long)image & ~0x0f ), 0, 0 );
image += 48;
}
}
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