URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [parse/] [error8.C] - Rev 307
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