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++.old-deja/] [g++.ns/] [template16.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 305 jeremybenn
// { dg-do assemble  }
2
// Test that pushing into a namespace for a definition doesn't affect
3
// template instantiations.
4
 
5
 
6
namespace N {
7
  template  void f () { }
8
  template  struct A { friend void f(); };
9
}
10
 
11
namespace M {
12
  struct B;
13
}
14
 
15
struct M::B: public N::A { };

powered by: WebSVN 2.1.0

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