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++/82424] [8 Regression] ICE in tree check: expected record_type or union_type or qual_union_type, have typename_type in lookup_base, at cp/search.c:203


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

--- Comment #1 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Fri Oct  6 16:02:13 2017
New Revision: 253496

URL: https://gcc.gnu.org/viewcvs?rev=253496&root=gcc&view=rev
Log:
[PR c++/82424] Dont convert dependent types

https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00385.html
        cp/
        PR c++/82424
        * name-lookup.c (check_local_shadow): Don't try and convert
        dependent types.

        testsuite/
        PR c++/82424
        * g++.dg/warn/pr82424.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/warn/pr82424.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/name-lookup.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]