1 /* { dg-do run { target { powerpc*-*-* } } } */
3 /* Test if __builtin_ppc_get_timebase () is compatible with the current
4 processor and if it's changing between reads. A read failure might indicate
5 a Power ISA or binutils change. */
12 uint64_t t
= __builtin_ppc_get_timebase ();
15 for (j
= 0; j
< 1000000; j
++)
16 if (t
!= __builtin_ppc_get_timebase ())