From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#7579: cc-mode c++ template-typed variable decl regression Date: Thu, 4 Feb 2016 19:09:43 +0000 Message-ID: <20160204190943.GA28664@acm.fritz.box> References: <4CFE1284.9080003@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1454612910 772 80.91.229.3 (4 Feb 2016 19:08:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2016 19:08:30 +0000 (UTC) Cc: 7579-done@debbugs.gnu.org To: Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 04 20:08:19 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aRPGN-0007Dd-3U for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Feb 2016 20:08:19 +0100 Original-Received: from localhost ([::1]:43646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRPGJ-0002Eu-1R for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Feb 2016 14:08:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRPGB-0002DM-CC for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2016 14:08:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRPGA-0006zP-Ik for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2016 14:08:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:52038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRPG6-0006yt-Nc; Thu, 04 Feb 2016 14:08:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aRPG6-0000EN-KH; Thu, 04 Feb 2016 14:08:02 -0500 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Thu, 04 Feb 2016 19:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7579 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Mail-Followup-To: 7579@debbugs.gnu.org, acm@muc.de, dan.colascione@gmail.com Original-Received: via spool by 7579-done@debbugs.gnu.org id=D7579.1454612846840 (code D ref 7579); Thu, 04 Feb 2016 19:08:02 +0000 Original-Received: (at 7579-done) by debbugs.gnu.org; 4 Feb 2016 19:07:26 +0000 Original-Received: from localhost ([127.0.0.1]:60627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aRPFW-0000DU-Cz for submit@debbugs.gnu.org; Thu, 04 Feb 2016 14:07:26 -0500 Original-Received: from mail.muc.de ([193.149.48.3]:16534) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aRPFU-0000DL-UQ for 7579-done@debbugs.gnu.org; Thu, 04 Feb 2016 14:07:25 -0500 Original-Received: (qmail 39415 invoked by uid 3782); 4 Feb 2016 19:07:23 -0000 Original-Received: from acm.muc.de (p548A4947.dip0.t-ipconnect.de [84.138.73.71]) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 04 Feb 2016 20:07:22 +0100 Original-Received: (qmail 28671 invoked by uid 1000); 4 Feb 2016 19:09:43 -0000 Content-Disposition: inline In-Reply-To: <4CFE1284.9080003@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112427 Archived-At: Hello, Daniel. On Tue, Dec 07, 2010 at 02:55:00AM -0800, Daniel Colascione wrote: > /* In Emacs 23, adffdfa below is fontified as a variable. In Emacs HEAD, > it is not. */ > void foo() > { > mumble x(5); > std::vector adffdfa(1,2,3); > }; The bug has been fixed in the emacs-25 branch. -- Alan Mackenzie (Nuremberg, Germany).