2 /* { dg-do compile { target int128 } } */
3 /* { dg-require-effective-target label_values } */
7 __attribute__((noinline
, noclone
)) void
11 asm volatile ("" : : : "memory");
14 __attribute__((noinline
, noclone
)) __int128_t
*
15 foo (unsigned long **p
)
21 static __int128_t d
= (unsigned long) &&a
- (unsigned long) &&b
;
22 static unsigned long e
= (unsigned long) &&a
- (unsigned long) &&b
;