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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [expr/] [call4.C] - Blame information for rev 308

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

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2007 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 22 Jul 2007 
5
 
6
// Origin: Danny Boelens 
7
// PR 32839.  Default arguments propagated through the type system to
8
// an indirect call.
9
 
10
template
11
struct TPL
12
{
13
  enum Whatever {e1, e2};
14
 
15
  static void Quux (int i = e1 | e2);
16
};
17
 
18
template 
19
void DoIt (F fun)
20
{
21
  fun (); // { dg-error "too few arguments" }
22
}
23
 
24
void Foo ()
25
{
26
  DoIt (&TPL::Quux);
27
}

powered by: WebSVN 2.1.0

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