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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [template/] [ptrmem5.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2003 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 24 Mar 2003 
5
 
6
// PR 10119 (part). We failed to tsubst the args of a template-id-expr
7
 
8
template  struct Good
9
{
10
  static int const value = 0;
11
};
12
 
13
struct A
14
{
15
  template  void good ()
16
  {
17
    int s_id = Good >::value;
18
  }
19
};
20
 
21
 
22
int main()
23
{
24
  A().good();
25
}

powered by: WebSVN 2.1.0

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