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: [patch] Fix PRs c++/28258 and c++/28260


Lee Millward wrote:

> 2006-07-17  Lee Millward  <lee.millward@gmail.com>
> 
>     PR c++/28258
>     * method.c (locate_copy): Check for non_reference
>     returning error_mark_node.
> 
>        PR c++/28260
>     * decl.c (duplicate_decls): Return error_mark_node
>     on ambiguous friend declaration.
> 
> testsuite/
> 
> 2006-07-17  Lee Millward  <lee.millward@gmail.com>
> 
>     PR c++/28258
>     * g++/dg/other/error13.C: New test.
> 
>     PR c++/28260
>     * g++.dg/template/friend44.C: New test.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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