This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/27078 (duplicate error about ambiguous lookup)


On 11/12/2009 09:19 PM, Jason Merrill wrote:
There was already code in the parser for only giving the ambiguous
lookup once, which just needed to be extended to
cp_parser_primary_expression.

Tested x86_64-pc-linux-gnu, applied to trunk.

I didn't add a testcase because I don't know of a way to test for how many times an error occurs in the dg framework. Any suggestions?


Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]