From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC42B3858D35; Wed, 15 Feb 2023 08:22:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC42B3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676449357; bh=BXcgec7QDIyM6ss8l8novzJbV3jrGt563n0pauqtCiE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Sv2v+M3XkPFn0HTKIVaXxAXVZf8MdgqvspJChQ6tC7zElcLWwZXZVqxTzZGc4R7jo +xpZrB3/l/tRBjWfsoj1Qc2Axm6k3qkK+NQPMRUH9t4i+PSRW8OPH7LBE/fkg9vFVM uf3H+CaHm6PZeNwP1tSsQ16QVQO8z3xJ6nfTLORU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108797] [10/11 Regression] libstdc++: Inconsistent noexcept-specifier for valarray begin/end Date: Wed, 15 Feb 2023 08:22:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 9.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D108797 --- Comment #3 from Andrew Pinski --- (In reply to Holger Kaelberer from comment #2) > I expected that. Just for reference: Where can I find release-planning for > specific releases/xxx branches of gcc? >From the front page itself: https://gcc.gnu.org/ Under "Supported Releases" section. You can also take a look at https://gcc.gnu.org/develop.html#timeline and s= ee based on previous branches that .5 is the last release of that branch.=