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] Fix PR 164




--On Friday, November 30, 2001 09:31:33 AM +0000 Nathan Sidwell 
<nathan@codesourcery.com> wrote:

> Hi,
> this fixes bug 164 where we fail to synthesize copy ctor and assignment
> operator due to an ambiguous direct base.  Although the C++ programmer
> cannot access that base, I don't think it should prevent those functions
> being synthesized.

Agree, and so does the EDG front end.

> booted & tested on i686-pc-linux-gnu, ok (for mainline)

Yes.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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