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/] [overload/] [defarg2.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
// PR c++/37971
2
// { dg-do compile }
3
 
4
class C {
5
private:
6
  static int f(int);
7
  static int f(char);
8
 
9
public:
10
  static void g(int (*)(int) = f);
11
};
12
 
13
void h() {
14
  /* Although C::f is inaccessible here, it is accessible in the
15
     context of C::g, so there is no error.  */
16
  C::g();
17
}

powered by: WebSVN 2.1.0

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