URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [error8.C] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/13438
// { dg-options "-fshow-column" }
struct A { friend typename struct B; };
// { dg-error "28:expected nested-name-specifier before 'struct'" "" { target *-*-* } 4 }
// { dg-error "35:multiple types in one declaration" "" { target *-*-* } 4 }
// { dg-error "12:friend declaration does not name a class or function" "" { target *-*-* } 4 }
Go to most recent revision | Compare with Previous | Blame | View Log