From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D99F9385E005; Sat, 17 Feb 2024 14:41:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D99F9385E005 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708180867; bh=FGuYhhg0/Xu92erZ/AeD0PiN4yOKFWFRYMKAvfIlTFk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yWTeOiB3/Wqsw/u7WScfxgAzn99xXBB9b+SIb8LFxoJAnBl1ZkZNd+Ldz+3Vjzwc2 PVWbhDMHxo09wvakY6jbpzVi0ppCJ2htrkQ0OTOt9ULsxozmExkyblMdOGcxyi/eTA sfgXryVLvFbt9vUYQIUZUQ9AAyd6KlW6coeKPeig= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113158] [11/12/13 Regression] Erroneous "looser exception specification" error for class template and depedent noexcept value Date: Sat, 17 Feb 2024 14:41: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.2.0 X-Bugzilla-Keywords: patch, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D113158 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |Erroneous "looser exception |Erroneous "looser exception |specification" error for |specification" error for |class template and depedent |class template and depedent |noexcept value |noexcept value --- Comment #5 from Marek Polacek --- Fixed on trunk so far.=