From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 87E8D3858D39; Tue, 12 Mar 2024 13:17:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87E8D3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710249447; bh=MsNzB/5v3Hn2d54PwbdMlJbw7h4wJ6Jy3LGZE8cFCEc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pIr9T8pQhQsIVxJH0MuHsLs4BLrEIihDlbRx0FLmegmcOeVHyJ9zBOlT3ibLnmIK7 uv7l19rjq255fJKo4Kd4qzY00eXUYIbsqskgmd6ts1a5elVRsamhLXYM29G4vMQJQ2 gqbjYQ70ra34A/N9+kn6rD6G6F4TFL6Brg2E2ioU= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/84318] [11/12/13 Regression] attribute deprecated on function templates different than class templates Date: Tue, 12 Mar 2024 13:17: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: 8.0 X-Bugzilla-Keywords: diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: law 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc 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=3D84318 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |attribute deprecated on |attribute deprecated on |function templates |function templates |different than class |different than class |templates |templates CC| |law at gcc dot gnu.org --- Comment #13 from Jeffrey A. Law --- Appears to have been fixed on the trunk. Adjusting regression markers.=