From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF14F3858C83; Fri, 21 Apr 2023 20:13:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF14F3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682108008; bh=2/CYPaSgLuORnXLG65JBA0hqWfu4YeRfQRktm1UYopg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yhb47jc9wbdyVI432biRldtafQmtaom1Xx7xjV5I4NdDc1aN7TOUwny1sC0p8DDCK eZ7dnVYGzmHyjnKytnn+8sQP/nI/xQ+0c5VGZQTde32XfTPk/YeTKxfBJADj9e51m6 6XO4yyKBJKSvZo6xXa7K8bVdaEqBqFf/+ZTj1iNw= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106893] [12 Regression] auto deduces wrong type for function pointer Date: Fri, 21 Apr 2023 20:13:28 +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.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work resolution 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=3D106893 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.3.0, 13.0 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Jason Merrill --- Fixed for 12.3/13.=