This is the mail archive of the gcc@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: PR C++/7964: ICE in build_base_path, at cp/class.c




--On Friday, November 29, 2002 08:51:26 PM -0500 Craig Rodrigues <rodrigc@attbi.com> wrote:

Hi,

I followed a binary search methodology to track which commit
caused the following regression:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&database=gcc&pr=7964

Internal compiler error: in build_base_path, at cp/class.c:274

A gcc checked out with -D 2002-08-02 can compile the attached testcase,
while a gcc checked out with -D 2002-08-03 gives the ICE.

The commit that seems to trigger the ICE is:

2002-08-02  Mark Mitchell  <mark@codesourcery.com>

        * init.c (build_member_call): Use build_new_method_call, not
        build_method_call.

I'll look into this in the next day or two.  I've got another patch for
a bug Zack fed me that I'm trying to get sorted out first, then on to
this one.

Thanks,

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