mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:20:24 +08:00
* gcc.dg/altivec-19.c: New.
From-SVN: r94670
This commit is contained in:
parent
f1b4c8d80a
commit
c1105188df
12
gcc/testsuite/gcc.dg/altivec-19.c
Normal file
12
gcc/testsuite/gcc.dg/altivec-19.c
Normal file
@ -0,0 +1,12 @@
|
||||
/* { 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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user