1 /* PR tree-optimization/116034 */
3 /* { dg-options "-O1 -fno-strict-aliasing" } */
8 foo (_Complex
unsigned short c
)
10 if (__SIZEOF_SHORT__
== 2)
11 __builtin_memmove (&g
, 1 + (char *) &c
, 2);
18 if (__SIZEOF_SHORT__
== 2
20 && (foo (__BYTE_ORDER__
!= __ORDER_BIG_ENDIAN__
? 0x100 : 1)
21 != (__BYTE_ORDER__
!= __ORDER_BIG_ENDIAN__
? 1 : 0x100)))