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++.dg/] [lookup/] [conv-1.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2004 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 21 Jul 2004 
5
 
6
// Failed to spot ambiguous conversion
7
 
8
struct A1
9
{
10
  operator int () const; // { dg-message "A1::operator" "" }
11
};
12
 
13
struct A2
14
{
15
  operator int () const; // { dg-message "A2::operator" "" }
16
};
17
 
18
struct B : A1, A2
19
{
20
};
21
 
22
int Foo (B const &b)
23
{
24
  return b; // { dg-error "ambiguous" "" }
25
}
26
 

powered by: WebSVN 2.1.0

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