URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [compat/] [decimal/] [pass-4_main.C] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-require-effective-target dfp } */
/* Test passing decimal classes and scalars by value. */
extern void pass_4_x (void);
int fails;
int
main ()
{
pass_4_x ();
return 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log