From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A4733858299; Mon, 19 Sep 2022 17:30:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A4733858299 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663608608; bh=c3j3pG1YNkH6rx0IBEiosbsmhsuuEZTkiivHU9+SEyU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=A6fk+u97BCLWgpemKVhtrRVyTSFWK3WBHEs0Y+advqYzchV5qU84kllJnj4lNXv9g +bUWmkXKaRmrO8e4CiIgn2Bazwqr7aNiqfKmtQljgE2JfA3iFlZISuM5dP44cGPDgV 3u0y6tGOypt7AJaWwLAmBv+nKnxy4hopP6WKA230= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106969] [12/13 Regression] member function constness incorrectly propagates to local class member function return type deduction Date: Mon, 19 Sep 2022 17:30:07 +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: 12.2.1 X-Bugzilla-Keywords: needs-bisection, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed short_desc cf_known_to_fail cf_reconfirmed_on keywords bug_status target_milestone cf_known_to_work 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=3D106969 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Summary|member function constness |[12/13 Regression] member |incorrectly propagates to |function constness |local class member function |incorrectly propagates to |return type deduction |local class member function | |return type deduction Known to fail| |12.2.0 Last reconfirmed| |2022-09-19 Keywords| |needs-bisection, | |rejects-valid Status|UNCONFIRMED |NEW Target Milestone|--- |12.3 Known to work| |12.1.0 --- Comment #1 from Andrew Pinski --- Confirmed.=