PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28911.c
blobe1748f0fd96352e048a3d7119eee77314c5d42d7
1 /* PR target/28911
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-*-* } } */
9 _Complex float
10 foo (float a)
12 return __builtin_copysign (a != a, a);