From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C79743854148; Fri, 7 Jul 2023 09:09:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C79743854148 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688720967; bh=tWxFP2IRbtIZ1OnMQsxlFjAGlRWXX/ITupxX+6Prjb4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dKcoEdrZ/W6x7Frv9tf6elo/aRU77/E4KjlpRwUFUUce4eHS509YHIUicSp6bqlGm IssuFhav6tCHM1LlHWvnpaH/dSdHJOB7sMiY/sJOBJd4OMzai3izmZ6j8BWSH8Pzyf QH9yw2smV3kyIcoN8ULuA8c9bOBr0EPMroV+N3cU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/97420] [10 Regression] NTTP function reference cannot bind to noexcept function Date: Fri, 07 Jul 2023 09:09:26 +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: 11.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work bug_status resolution 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=3D97420 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.4.0, 11.1.0 Known to work| |10.5.0, 11.2.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Richard Biener --- Fixed.=