From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 36A69385780B; Wed, 12 May 2021 05:22:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 36A69385780B From: "ldalessandro at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100557] New: [ICE] Internal compiler error: Error reporting routines re-entered. Date: Wed, 12 May 2021 05:22: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.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ldalessandro at gmail 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: Wed, 12 May 2021 05:22:26 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100557 Bug ID: 100557 Summary: [ICE] Internal compiler error: Error reporting routines re-entered. Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ldalessandro at gmail dot com Target Milestone: --- Not sure if this duplicates https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D= 90747. /home/ldalessa/open/ttl20/include/ttl/cpos.hpp:164:17: note: template argument deduction/substitution failed: /home/ldalessa/open/ttl20/include/ttl/cpos.hpp:164:17: note: constraints not satisfied ' Internal compiler error: Error reporting routines re-entered. 0x677082 satisfaction_cache::get() =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:2668 0x67add5 satisfy_atom =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:2942 0x67add5 satisfy_constraint_r =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:3047 0x67b1ab satisfy_normalized_constraints =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:3072 0x67918b satisfy_declaration_constraints =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:3280 0x67918b constraint_satisfaction_value =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:3300 0x6790f0 constraint_satisfaction_value =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:3311 0x67b250 constraints_satisfied_p(tree_node*, tree_node*) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/constraint.cc:3337 0x7ad8d2 fn_type_unification(tree_node*, tree_node*, tree_node*, tree_node* const*, unsigned int, tree_node*, unification_kind_t, int, conversion**, bo= ol, bool) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/pt.c:21686 0x646839 add_template_candidate_real =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/call.c:3456 0x646fef add_template_candidate =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/call.c:3541 0x646fef add_candidates =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/call.c:6031 0x647527 add_candidates =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/call.c:4597 0x647527 perform_overload_resolution =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/call.c:4605 0x64b285 build_new_function_call(tree_node*, vec**, int) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/call.c:4679 0x7c17bc finish_call_expr(tree_node*, vec**, b= ool, bool, int) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/semantics.c:2830 0x78ed56 tsubst_copy_and_build(tree_node*, tree_node*, int, tree_node*, boo= l, bool) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/pt.c:20518 0x7923c2 tsubst_copy_and_build(tree_node*, tree_node*, int, tree_node*, boo= l, bool) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/pt.c:16223 0x7923c2 tsubst(tree_node*, tree_node*, int, tree_node*) =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/pt.c:16223 0x6cb421 dump_template_bindings =20=20=20=20=20=20=20 /tmp/ldalessa/spack-stage/spack-stage-gcc-11.1.0-iti6b3aunvr257imqro4hr6gsq= 2rc4h6/spack-src/gcc/cp/error.c:446=