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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/34178
2
// { dg-options "-frepo" }
3
// { dg-final { cleanup-repo-files } }
4
// { dg-require-host-local "" }
5
// { dg-skip-if "dkms are not final links" { vxworks_kernel } }
6
 
7
template
8
class A
9
{
10
private:
11
  static const int x;
12
  static int y;
13
 
14
public:
15
  int getX () { return x + y; }
16
};
17
 
18
template const int A::x = 0;
19
template int A::y = 0;
20
 
21
int
22
main ()
23
{
24
  A a;
25
  return a.getX();
26
}

powered by: WebSVN 2.1.0

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