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: Some small C++ cleanup PATCHes


On Tue, Oct 26, 2010 at 8:00 AM, Jason Merrill <jason@redhat.com> wrote:
> A few minor things I ran across while working on something else:
>
> 1) stabilize_expr didn't know about xvalues. ?I think this has no practical
> impact, given the current users of stabilize_expr--when it is called by
> stabilize_call, any reference arguments to the call have REFERENCE_TYPE
> rather than the dereferenced type--but I thought that it might be good to
> fix it for potential future users.
>

This caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47003


-- 
H.J.


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