From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B1E4385842F; Wed, 10 Jan 2024 15:53:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B1E4385842F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704902009; bh=hjj8gMDcOwR9bgMhLFRmYXZNwQ/6hk1K4yjU2A4xPfE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WDq9rwHdJRyGyA3ObzGGlxfvO3h2/TWMSlc1W6mvLfKquR8Rmng0CWfQgwH03tvpi z3NQRiKiwjhi1XvLvNjVM3oQi2hBghkwIFUiu9th5OgN38TRDL7bPIEF3aFzfjzs+c InHqWzC0R8aG2BCmiIZdz77z8YqePyQampdbO8CM= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110065] [11/12/13/14 Regression] [C++20/2b] auto return type in template argument causes ICE, also accepts-invalid Date: Wed, 10 Jan 2024 15:53:28 +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.1.0 X-Bugzilla-Keywords: accepts-invalid, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc keywords 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=3D110065 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org, | |jason at gcc dot gnu.org Keywords|needs-bisection | --- Comment #2 from Martin Jambor --- The ICE when compiling the reduced testcase from comment #1 started with r14-1659-gd3e2a174b13dd0 (Jason Merrill: c++: diagnose auto in template arg= ) - before that it was an error.=