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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [template6.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2003 Free Software Foundation, Inc.
4
// Contributed by Wolfgang Bangerth  20 Feb 2003.
5
 
6
// PR c++/9778.  Ensure templated functions in other namespaces are
7
// correctly instantiated.
8
 
9
namespace NS {
10
  template  void foo ();
11
}
12
 
13
template  struct X {
14
  int m;
15
  void g () {
16
    NS::foo();
17
  }
18
};
19
 
20
template class X<2>;

powered by: WebSVN 2.1.0

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