From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFA053846457; Tue, 9 Mar 2021 07:43:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFA053846457 From: "alexander.lelyakin at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99482] New: [modules] ICE tree check: expected tree_vec, have addr_expr in lookup_template_class_1, at cp/pt.c:9803 Date: Tue, 09 Mar 2021 07:43:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexander.lelyakin at googlemail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2021 07:43:25 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99482 Bug ID: 99482 Summary: [modules] ICE tree check: expected tree_vec, have addr_expr in lookup_template_class_1, at cp/pt.c:9803 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: alexander.lelyakin at googlemail dot com Target Milestone: --- g++ -std=3Dc++20 -fmodules-ts -x c++-system-header exception g++ -std=3Dc++20 -fmodules-ts -x c++-system-header cstring g++ -std=3Dc++20 -fmodules-ts -x c++-system-header future g++ -std=3Dc++20 -fmodules-ts -x c++-system-header unordered_set g++ -std=3Dc++20 -fmodules-ts -x c++-system-header istream g++ -std=3Dc++20 -fmodules-ts -x c++-system-header string_view g++ -std=3Dc++20 -fmodules-ts -x c++-system-header mutex g++ -std=3Dc++20 -fmodules-ts -x c++-system-header charconv g++ -std=3Dc++20 -fmodules-ts -x c++-system-header atomic g++ -std=3Dc++20 -fmodules-ts -x c++-system-header ctime g++ -std=3Dc++20 -fmodules-ts -x c++-system-header iterator g++ -std=3Dc++20 -fmodules-ts -x c++-system-header limits g++ -std=3Dc++20 -fmodules-ts -x c++-system-header numeric g++ -std=3Dc++20 -fmodules-ts -x c++-system-header utility g++ -std=3Dc++20 -fmodules-ts -x c++-system-header numbers g++ -std=3Dc++20 -fmodules-ts -x c++-system-header algorithm ---- In file included from /usr/local/include/c++/11.0.1/bits/ranges_algobase.h:= 38, from /usr/local/include/c++/11.0.1/bits/ranges_algo.h:35, from /usr/local/include/c++/11.0.1/algorithm:64: /usr/local/include/c++/11.0.1/bits/invoke.h:54:43: internal compiler error: tree check: expected tree_vec, have addr_expr in lookup_template_class_1, at cp/pt.c:9803 54 | __invfwd(typename remove_reference<_Tp>::type& __t) noexcept | ^ 0x875ba8 tree_check_failed(tree_node const*, char const*, int, char const*, ...) ../../gcc/gcc/tree.c:9814 0x71d266 tree_check(tree_node*, char const*, int, char const*, tree_code) ../../gcc/gcc/tree.h:3353 0x71d266 lookup_template_class_1 ../../gcc/gcc/cp/pt.c:9803 0xb21d6c lookup_template_class(tree_node*, tree_node*, tree_node*, tree_nod= e*, int, int) ../../gcc/gcc/cp/pt.c:10237 0xb49ffb finish_template_type(tree_node*, tree_node*, int) ../../gcc/gcc/cp/semantics.c:3498 0xabbf41 cp_parser_template_id ../../gcc/gcc/cp/parser.c:17444 0xabc12b cp_parser_class_name ../../gcc/gcc/cp/parser.c:24671 0xab36ba cp_parser_qualifying_entity ../../gcc/gcc/cp/parser.c:6994 0xab36ba cp_parser_nested_name_specifier_opt ../../gcc/gcc/cp/parser.c:6676 0xac24cf cp_parser_nested_name_specifier ../../gcc/gcc/cp/parser.c:6920 0xac24cf cp_parser_elaborated_type_specifier ../../gcc/gcc/cp/parser.c:19419 0xaa7b55 cp_parser_type_specifier ../../gcc/gcc/cp/parser.c:18445 0xaa8ba9 cp_parser_decl_specifier_seq ../../gcc/gcc/cp/parser.c:15041 0xac39ce cp_parser_parameter_declaration ../../gcc/gcc/cp/parser.c:23731 0xac43a2 cp_parser_parameter_declaration_list ../../gcc/gcc/cp/parser.c:23548 0xac47f1 cp_parser_parameter_declaration_clause ../../gcc/gcc/cp/parser.c:23475 0xab5933 cp_parser_direct_declarator ../../gcc/gcc/cp/parser.c:22124 0xab5933 cp_parser_declarator ../../gcc/gcc/cp/parser.c:21987 0xab54b1 cp_parser_declarator ../../gcc/gcc/cp/parser.c:21965 0xaccb78 cp_parser_init_declarator ../../gcc/gcc/cp/parser.c:21485 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. ---- g++ (GCC) 11.0.1 20210308 (experimental) Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.=