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]

Re: [C++ PATCH] Fix g++.other/init16.C (take 2)


>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:

> On Fri, Feb 16, 2001 at 04:46:52PM +0000, Jason Merrill wrote:
>> I think it makes more sense to check lvalue_p.

> I tried it initially (unfortunately with !real_lvalue_p, not !lvalue_p) and
> it broke dtor10.C and dtor11.C, but this seems to work very well (passed
> make check-g++ and as I've bootstrapped successfully with both the previous
> patch or !real_lvalue_p test, I think it would bootstrap as well).
> Ok to commit (what about branch)?

It fixes a regression from 2.95, so yes to both.

Jason


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