Commit 6b7c9242 by Jason Merrill

init.c (build_member_call): For now, don't convert to intermediate base if it would cause an error.

        * init.c (build_member_call): For now, don't convert to
        intermediate base if it would cause an error.

From-SVN: r52129
parent bf6d4777
......@@ -25,6 +25,6 @@ void inh::myf(int i) {
}
void top_t::myf(int i) {
inh::myf(i); // ERROR - cannot convert to inh
inh::myf(i); // ERROR - cannot convert to inh XFAIL *-*-*
mel::myf(i);
}
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