c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darn-2.c
blobb7846d17b19b53daa3592fe66b71d4b9408b57f4
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { powerpc*-*-aix* } } */
3 /* { dg-options "-mdejagnu-cpu=power9 -mvsx" } */
4 /* { dg-require-effective-target powerpc_vsx } */
6 #include <altivec.h>
8 long get_raw_random ()
10 return __builtin_darn_raw ();
13 /* { dg-final { scan-assembler "darn" } } */