This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7964: [3.3 regression] ICE in build_base_path
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: snyder at fnal dot gov, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nathan at gcc dot gnu dot org, reichelt at igpm dot rwth-aachen dot de, rodrigc at gcc dot gnu dot org
- Date: Wed, 18 Dec 2002 12:38:41 -0800
- Subject: Re: c++/7964: [3.3 regression] ICE in build_base_path
- Organization: IBM
- Reply-to: janis187 at us dot ibm dot com
The regression reported in PR c++/7964 showed up starting
with this patch:
2002-08-02 Mark Mitchell <mark@codesourcery.com>
* init.c (build_member_call): Use build_new_method_call, not
build_method_call.
Output from the compiler:
7964.C: In member function `void C<T>::bar() const [with T = int]':
7964.C:13: instantiated from here
7964.C:10: internal compiler error: in build_base_path, at
cp/class.c:284
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7964