1 /* PR rtl-optimization/105333 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-Og -fno-tree-coalesce-vars -fno-tree-fre" } */
8 static inline unsigned short
9 bar (short a
, __int128 b
)
11 b
^= (unsigned long) -a
;
12 __builtin_strncpy ((void *) &s
, (void *) &a
, 1);
20 g
*= (__int128
) bar (1, 1);