From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 91511385841F; Thu, 24 Feb 2022 13:12:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91511385841F From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104670] [9/10/11/12 Regression] ICE when using decltype of a lambda returning a struct inside of a struct Date: Thu, 24 Feb 2022 13:12:32 +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: 12.0 X-Bugzilla-Keywords: error-recovery, ice-checking, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc short_desc priority target_milestone 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 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: Thu, 24 Feb 2022 13:12:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104670 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org, | |mpolacek at gcc dot gnu.or= g, | |ppalka at gcc dot gnu.org Summary|ICE when using decltype of |[9/10/11/12 Regression] ICE |a lambda returning a struct |when using decltype of a |inside of a struct |lambda returning a struct | |inside of a struct Priority|P3 |P4 Target Milestone|--- |9.5 --- Comment #3 from Jakub Jelinek --- Well, it is a regression since r9-4045-g0c1e0d63fe0ceabbd04384070f3b59f8bf50de09 because before that we rejected the testcase, now we rejecte it for a diffe= rent reason and ICE during error recovery. But error recovery ICEs are lower priority.=