From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE4DD3858C55; Tue, 20 Sep 2022 14:33:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE4DD3858C55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663684393; bh=u4KKeoX7vZf1x4Eiw6bIoR+G0Cv5yqGH1vVnuxFt600=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yHvoKa0s3vdFVeBodSQV7A8b88do3NIJF7NV5FQq/kP5dMWCvbfUHtvr11349a91Q d1byuv1O3+53DACFvTPunw81GGvbN8BL4DFh2t3TahaxvS2gnUww+FRZA7TM3sPpVK yt0bPBZgl2oKNYZt5tuagYYFhhsMTi0v9iG5BWCU= From: "ppalka 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: Tue, 20 Sep 2022 14:33:13 +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: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to see_also cc bug_status keywords 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 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D105637 CC| |ppalka at gcc dot gnu.org Status|NEW |ASSIGNED Keywords|needs-bisection | --- Comment #2 from Patrick Palka --- Started with r13-984-g44a5bd6d933d86 which has also been backported to the = 12 branch.=