1 /* PR tree-optimization/68835 */
2 /* { dg-do run { target int128 } } */
3 /* { dg-options "-O2" } */
5 __attribute__((noinline
, noclone
)) unsigned __int128
8 unsigned __int128 x
= (unsigned __int128
) 0xffffffffffffffffULL
;
9 struct { unsigned __int128 a
: 65; } w
;
18 unsigned __int128 x
= foo ();
19 if ((unsigned long long) x
!= 0xfffffffffffffffeULL
20 || (unsigned long long) (x
>> 64) != 1)