URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [fold-nonneg-1.c] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/27488 */ /* { dg-do compile } */ extern double fabs(double x); extern double sinh(double x); void foo() { fabs(sinh(0..)); /* { dg-error "decimal points" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log