This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++: Bad C++ using-declaration semantics
>>>>> Martin v Loewis <martin@loewis.home.cs.tu-berlin.de> writes:
>> abs.cc: In function `int main ()':
>> abs.cc:10: parameter type of called function is incomplete
> Thanks for your bug report. Here is a patch. This patch breaks
> g++.ns/overload3.C, but I believe this test case is bogus.
> Jason, what was your rationale in this case?
I didn't write the testcase, and I agree it seems bogus. Go ahead and
install the patch and remove the testcase.
Jason