URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [real-const-1.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/21781. */ /* { dg-do compile } */ /* { dg-options "-Wall" } */ int foo(void) { if (.0e200000000 == 0 ) return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log