URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [error34.C] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/46538
// { dg-do compile }
// { dg-options "" }
S () : str(__PRETTY_FUNCTION__) {} // { dg-error "forbids declaration" }
// { dg-error "only constructors" "" { target *-*-* } 5 }
Go to most recent revision | Compare with Previous | Blame | View Log