From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0195938708E2; Mon, 13 May 2024 11:29:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0195938708E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715599765; bh=NH25DyhqBWv5ouv1UgEIdyHry2/FYGZU59PVZk9kTHo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h10HPj/sRwWpR3FmeOAxML3MgRoZEhx8qrJ/7sSMH4Q9NFi671ZLIe040IdErVzuB UT6IzqtFopv7KW3NSTdQDZ9dv8M3zLShAJWX+e4FSHzJRyMSQCmDJi2K8E5XGfuPXc 7WyOsIznXykCXl7KyWMhsAAt6mnCRae1r7crguEw= From: "rguenth 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: Mon, 13 May 2024 11:29:24 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=