re PR c++/7584 (Erroneous ambiguous base error on using declaration)
authorMark Mitchell <mark@codesourcery.com>
Thu, 17 Oct 2002 22:35:49 +0000 (22:35 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 17 Oct 2002 22:35:49 +0000 (22:35 +0000)
commit982216be8cdc37d13e47d74f794fc70c7cf30c2f
tree5cdba7989d8cddde4acdc126e1fbda9376d48428
parent2d05cd9641e0746ad5c6824e458acd014ecdf849
re PR c++/7584 (Erroneous ambiguous base error on using declaration)

PR c++/7584
* class.c (handle_using_decl): Allow the declaration used to be
from an ambiguous base.

PR c++/7584
* g++.dg/inherit/using3.C: New test.

From-SVN: r58262
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/inherit/using3.C [new file with mode: 0644]