OpenCores
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/] [lookup/] [hidden-class16.C] - Blame information for rev 320

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// Contributed by Dodji Seketeli 
2
// Origin PR c++/36019
3
// { dg-do compile }
4
 
5
struct F {
6
  static const int y = 0;
7
};
8
 
9
struct A {
10
  static const int x = 0;
11
};
12
 
13
struct B : public A {
14
  template 
15
  static int f ()
16
  {
17
    return A::x; // { dg-error "'x' is not a member of 'F'" }
18
  }
19
};
20
 
21
int
22
main ()
23
{
24
  int j = B::f ();
25
  return 0;
26
}
27
 

powered by: WebSVN 2.1.0

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