From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A36D38582AD; Tue, 11 Oct 2022 10:17:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A36D38582AD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665483446; bh=ckEphnSQSSmd8j765Ut60G1bcatoVTQWFIjQ39tai2E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZCCsolLWBoW2Uj6FBEj1UBT+hjhRjzGzoYY3UL1mcU8MSBKKP+SOFRf7n56E5OwWp PdQrwFhGKSzXTXlVT0IAnW2G4DYNv9Fip//tkb+8v+aldzYlFfT3K0O0ZnMHQwzRjN kNaislUkhzgTuLpR8pfzLXWyl8HBD23gfI7vl0uI= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107211] [10/11/12/13 Regression] GCC compiles invalid use of non static member function in noexcept operator Date: Tue, 11 Oct 2022 10:17:25 +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.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on priority cf_known_to_work short_desc cf_known_to_fail keywords bug_status 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=3D107211 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-10-11 Priority|P3 |P2 Known to work| |8.5.0 Summary|GCC compiles invalid use of |[10/11/12/13 Regression] |non static member function |GCC compiles invalid use of |in noexcept operator |non static member function | |in noexcept operator Known to fail| |10.4.1, 11.3.1, 12.2.1, | |13.0, 9.5.0 Keywords| |accepts-invalid Status|UNCONFIRMED |NEW --- Comment #1 from Jonathan Wakely --- Started with r9-4187-g205d542ad55d8d re PR c++/52869 ([DR 1207] "this" not being allowed in noexcept clauses)=