aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/real-const-1.c
blob: 4c7058d17af1f384220b23df9a0340ba9fb94b20 (plain)
1
2
3
4
5
/* PR middle-end/21781.  */
/* { dg-do compile } */
/* { dg-options "-Wall" } */

int foo(void) { if (.0e200000000 == 0 ) return 1; }