1 /* PR middle-end/80163 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O0" } */
5 typedef __INTPTR_TYPE__
intptr_t;
14 static __int128_t d
= (intptr_t) &&a
- (intptr_t) &&b
; /* { dg-error "initializer element is not computable at load time" } */
21 static __int128_t d
= (long) (3 * 4);