This is the mail archive of the gcc-bugs@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++/7964: [3.3 regression] ICE in build_base_path


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




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