2 The following used to cause crash on m68k-elf because 0x80000000
3 was used as an SImode constant. */
5 /* { dg-do compile } */
6 /* { dg-options "-O2" } */
7 /* { dg-options "-O2 -m68000" { target m68k-*-* } } */
12 return __builtin_copysign (a
!= a
, a
);