OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [member7.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/29080
2
 
3
struct Base {
4
  template void method() { }
5
};
6
 
7
struct Left : public Base { };
8
struct Right : public Base { };
9
struct Join : public Left, public Right { };
10
 
11
void function()
12
{
13
  Join join;
14
  join.Left::method();
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.