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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [expr/] [call5.C] - Blame information for rev 698

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) 2007 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 22 Jul 2007 
5
 
6
// PR 32839.  Default arguments propagated through the type system to
7
// an indirect call.
8
 
9
void Quux (int i = 0);
10
void Baz (int i);
11
 
12
void Foo ()
13
{
14
  __typeof (Quux) *q = Baz;
15
 
16
  q (); // { dg-error "too few arguments" }
17
}
18
 
19
 

powered by: WebSVN 2.1.0

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