From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8BF5E3858D3C; Sat, 5 Nov 2022 23:35:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BF5E3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667691351; bh=rJJ0QGUdJneMTFZhnnMXEt6hrWKW0bZtDQOYWs0SC4k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CGgcoAvt90Jt6xkPDtQPB+vmm2+wjcstbUokaBdi4btQiCy5rzQp0ugKL1eDtmehZ BTggBsR1VaM26Qx6a6QLyef16d+kqkDfBg28r8/8fjfV2ht52CtmGLtvu6CbBpG+N2 /dgz91W3rgL7viv7eq5CV3fwr1AWymWqjvfjHD6o= From: "franckbehaghel_gcc at protonmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107539] internal compiler error: same canonical type node for different types Date: Sat, 05 Nov 2022 23:35:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: franckbehaghel_gcc at protonmail 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: attachments.created Message-ID: In-Reply-To: References: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107539 --- Comment #1 from Franck Behaghel --- Created attachment 53836 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53836&action=3Dedit main.cpp reduced testcase : g++ main.cpp=20 main.cpp: In lambda function: main.cpp:222:61: internal compiler error: same canonical type node for different types =E2=80=98AlgorithmTemplate=E2=80=99 and =E2=80=98AlgorithmTemplate=E2=80=99 222 | visitor (identity> ()); | ^~=