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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/35255, DR 115
2
// { dg-do link }
3
 
4
// 14.8.1: In contexts where deduction is done and fails, or in contexts
5
// where deduction is not done, if a template argument list is specified
6
// and it, along with any default template arguments, identifies a single
7
// function template specialization, then the template-id is an lvalue for
8
// the function template specialization.
9
 
10
template  void def(Fn fn) {}
11
 
12
template  T2 fn(T1, T2);
13
template  int fn(T1) { }
14
 
15
int main()
16
{
17
  def(fn);
18
}

powered by: WebSVN 2.1.0

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