URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [constexpr-ice6.C] - Rev 734
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/51327// { dg-options -std=c++0x }struct A{A(int);};struct B : A {}; // { dg-error "no matching" }constexpr int foo(B) { return 0; } // { dg-error "invalid type" }
Go to most recent revision | Compare with Previous | Blame | View Log
