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]

[Bug c++/71979] [5/6/7 Regression] ICE with on C++ code with incorrect type in overloaded base class '=' operator: in build_base_path, at cp/class.c:304


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71979

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Thu Sep 22 15:26:23 2016
New Revision: 240373

URL: https://gcc.gnu.org/viewcvs?rev=240373&root=gcc&view=rev
Log:
/cp
2016-09-22  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/71979
        * class.c (build_base_path): Allow for lookup_base returning
        NULL_TREE.

/testsuite
2016-09-22  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/71979
        * g++.dg/cpp0x/pr71979.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr71979.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/testsuite/ChangeLog

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