From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62C7E3858C53; Sun, 6 Nov 2022 06:34:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62C7E3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667716486; bh=H+/ehn5/eSRkSZqCpdEEwS2lVU4/YKZ1nw2wnMzh30M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YORGGJhkKbIwTB9YKaSd2m+I9sasx8GY2cSBpAgSjbheVnDPufQehfHeK7QniVUV3 QfnDxgKgfhnKbmdULhbCYtIJlIok9+DHqx+7C5cFY7tlhyAbnUXPsSw+3Pz7ql3ohy aCsW6VAhJgEXOdwmXzoRaiJhQw1N/phYM9LXO7pE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107539] [13 Regression] ICE, same canonical type node for different types with decltype inside an generic lambda inside a templated method of a templated class using a templated class argument Date: Sun, 06 Nov 2022 06:34:46 +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: ice-checking, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed keywords cf_reconfirmed_on short_desc target_milestone bug_status 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |needs-bisection Last reconfirmed| |2022-11-06 Summary|internal compiler error: |[13 Regression] ICE, same |same canonical type node |canonical type node for |for different types |different types with | |decltype inside an generic | |lambda inside a templated | |method of a templated class | |using a templated class | |argument Target Milestone|--- |13.0 Status|UNCONFIRMED |NEW --- Comment #4 from Andrew Pinski --- Confirmed. I am not 100% of the summary. Also I am not 100% sure of it being a 13 regression but GCC 12 compiles this fine even with -fchecking (GCC 13 compiles it also fine with -fno-checking)= .=