From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C7180387543B; Wed, 27 Sep 2023 16:17:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7180387543B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695831475; bh=9HCGG8VfId15yZ+poJ2biewnDHMp7SEbJgibrxIPAu0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kliDhpOla+cwXBZMlrAsCXJEW1EA1cQVpBlNIKp8Bbq9UKqWB2sitjTP1Vix9Bci2 6L9+Rtd4SP6Zo0l15eYExPivBatiT5hA9n0LIGH0/W0kK0ls1OBRT2pPqvKHAvxIyy CC0jG4rGBMh3i7bcxECpyK7f+KC/gz28TEupNBEc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/59526] [C++11] Defaulted special member functions don't accept noexcept if a member has a non-trivial noexcept operator in the corresponding special member function Date: Wed, 27 Sep 2023 16:17:53 +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: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 5.0 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=3D59526 --- Comment #5 from CVS Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:0547f663ee09aa5887dcd1bb0ea48eba24a30485 commit r13-7917-g0547f663ee09aa5887dcd1bb0ea48eba24a30485 Author: Fran=C3=A7ois Dumont Date: Wed Aug 23 19:15:43 2023 +0200 libstdc++: [_GLIBCXX_INLINE_VERSION] Fix friend declaration GCC do not consider the inline namespace in friend function declaration= s. This is PR c++/59526, we need to explicit this namespace. libstdc++-v3/ChangeLog: * include/std/format (std::__format::_Arg_store): Explicit vers= ion namespace on make_format_args friend declaration. (cherry picked from commit 92456291849fe88303bbcab366f41dcd4a885ad5)=