URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [cv_func2.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
typedef int ptr1() const; // no errorvoid foo (){typedef int ptr2() const; // no error}class C{typedef int ptr3() const; // errorvoid bar (){typedef int ptr4() const; // no error}};void wibble () const { } // { dg-error "non-member function" }
Go to most recent revision | Compare with Previous | Blame | View Log
