Commit 73595522 by Alexandre Oliva Committed by Alexandre Oliva

nested2.C: different virtual base classes that happen to have the same base name...

	* g++.old-deja/g++.other/nested2.C: different virtual base classes
 	that happen to have the same base name, but in different scopes,
 	are incorrectly rejected

From-SVN: r22470
parent 6f433471
1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/nested2.C: different virtual base classes
that happen to have the same base name, but in different scopes,
are incorrectly rejected
1998-09-16 Richard Henderson <rth@cygnus.com> 1998-09-16 Richard Henderson <rth@cygnus.com>
* g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
......
// Build don't link:
// by Bert Bril <bert@dgb.nl>
struct M1 {
struct I {};
};
struct M2 {
struct I {};
struct J : virtual public M2::I,
virtual public M1::I {}; // XFAIL *-*-*
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment