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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [ambig3.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2004 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 23 Sep 2004 
5
// Origin: Wolfgang Bangerth  
6
 
7
// Follow on from Bug 16889:Undetected ambiguity.
8
 
9
struct B {
10
  int f(); // { dg-error "int B::f" "" }
11
};
12
 
13
struct B1 : virtual B {};
14
struct B2 : B {};
15
struct B2_2 : B2 {};
16
struct BB : B1, B2_2 {};
17
 
18
int i = BB().f();  // { dg-error "ambiguous" "" }

powered by: WebSVN 2.1.0

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