From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D51B93856DD6; Tue, 30 May 2023 04:13:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D51B93856DD6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685419986; bh=8Z/4gbrV9qQHZQdYM6RJYa7fZxnVvFq/fwhEmB/MImc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eDYw2nQCmrFdavBqDoe7mxT/PpVW24X+goB3F688TEOWa6ksw8z9fe50vbPbwt8Za K+c0BUyOliXB3mG283FhwlnzHJkhWb8ZkCRrvch1tV5arQRbe0ASG5X0igx6J9n5EA CAlnOe2twIQ4/3iHqyQVMF0kSt2TjVJpq8TzlCU0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110025] [C++23] ICE with default-argument for template-param with decltype and auto. Date: Tue, 30 May 2023 04:13:06 +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.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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=3D110025 --- Comment #5 from Andrew Pinski --- Created attachment 55203 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55203&action=3Dedit reduced self-contained testcase for testcase #1 This removes all of the unneeded code really.=