URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [dfp/] [nofields.C] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/46862// { dg-do compile }namespace std{namespace decimal{class decimal32 { }; // { dg-error "does not have any fields" }class decimal64 { }; // { dg-error "does not have any fields" }class decimal128 { }; // { dg-error "does not have any fields" }}}voidfoo (std::decimal::decimal32 x,std::decimal::decimal64 y,std::decimal::decimal128 z){}
Go to most recent revision | Compare with Previous | Blame | View Log
