URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [eh/] [spec8.C] - Rev 764
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/24817
struct exception {};
template <typename T> void foo() throw(exception); // { dg-error "declaration" }
template <typename T> void foo(); // { dg-error "exception" }
struct bar
{
template <typename T> friend void foo(); // { dg-error "exception" }
};
Go to most recent revision | Compare with Previous | Blame | View Log