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 bug 160




--On Friday, December 21, 2001 12:46:06 PM +0000 Nathan Sidwell 
<nathan@codesourcery.com> wrote:

> Hi,
> this fixes bug 160 where we incorrectly initialized a reference member
> to a temporary, rather then the object we should have.  build_modify_expr
> had a remarkable amount of cruft in it, which I've removed and tidied up.

Ugh.

This patch is OK, but please keep an eye out for any problems that
might arise in the wake of this.  All this initialization stuff remains
something of a mess.

--
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]