URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [fltconst-pedantic-dfp.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-pedantic" } */ double a = 1.dl; /* { dg-warning "decimal float" } */ double b = 1.df; /* { dg-warning "decimal float" } */ double c = 1.dd; /* { dg-warning "decimal float" } */
Go to most recent revision | Compare with Previous | Blame | View Log