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 lookup_conversions_r (4.0/4.1/4.2 regression)


Jakub Jelinek wrote:
Hi!

On the attached testcase we ICE in lookup_conversions_r, parent_convs is
NULL.  The code was introduced by Nathan for 4.0+ with
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg02102.html
and to me, without deep understanding what exactly it is doing, it
looks like a pasto from a few lines above it and indeed changing it
fixes the testcase.
Is my guess right (I'm really not familiar with that part of C+ FE)?
If so, is this ok for 4.0/4.1/trunk after testing?

yup, looks like a typo on my part. ok if testing doesn't show anything awry.


nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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