From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Revisit patch for Bug#11935? Date: Sun, 4 Dec 2016 18:21:31 -0800 Message-ID: <661e36f7-2a24-d7f3-f7d2-f1ef98216f5b@cs.ucla.edu> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1CEA39AA52A781AEDD8014A4" X-Trace: blaine.gmane.org 1480904539 7499 195.159.176.226 (5 Dec 2016 02:22:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2016 02:22:19 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 To: Ravi Desai , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 05 03:22:13 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cDiuw-0000cX-TN for ged-emacs-devel@m.gmane.org; Mon, 05 Dec 2016 03:22:11 +0100 Original-Received: from localhost ([::1]:36473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDiv0-0003Gz-OL for ged-emacs-devel@m.gmane.org; Sun, 04 Dec 2016 21:22:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDiuP-0003Gp-Nf for emacs-devel@gnu.org; Sun, 04 Dec 2016 21:21:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDiuM-0003Fg-Jx for emacs-devel@gnu.org; Sun, 04 Dec 2016 21:21:37 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33814) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cDiuM-0003FT-Dt for emacs-devel@gnu.org; Sun, 04 Dec 2016 21:21:34 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 303771600EE; Sun, 4 Dec 2016 18:21:33 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id o1s_3EKBg-lH; Sun, 4 Dec 2016 18:21:32 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 222941600F2; Sun, 4 Dec 2016 18:21:32 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id JmMVhCplDtyu; Sun, 4 Dec 2016 18:21:32 -0800 (PST) Original-Received: from [192.168.0.104] (unknown [47.153.178.162]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id BE22F1600EE; Sun, 4 Dec 2016 18:21:31 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:210046 Archived-At: This is a multi-part message in MIME format. --------------1CEA39AA52A781AEDD8014A4 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 12/04/2016 04:07 PM, Ravi Desai wrote: > Is this now a good time to revisit the original patch submitted for > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=11935 ? I would guess not. As I recall, Eli is still using GCC 3, and I suspect some other developers are still using pre-4.8 GCC. Let's kick this can down the road a while more. I installed the attached. --------------1CEA39AA52A781AEDD8014A4 Content-Type: text/x-patch; name="0001-src-lisp.h-Update-comment-to-kick-Og-down-the-road.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-src-lisp.h-Update-comment-to-kick-Og-down-the-road.patc"; filename*1="h" >From 02055b6de9df82a68d24ee38e7d19e93191938c2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 Dec 2016 18:19:01 -0800 Subject: [PATCH] * src/lisp.h: Update comment to kick -Og down the road. --- src/lisp.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 94f1152..7dd9145 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -292,9 +292,8 @@ error !; used elsewhere. FIXME: Remove the lisp_h_OP macros, and define just the inline OP - functions, once most developers have access to GCC 4.8 or later and - can use "gcc -Og" to debug. Maybe in the year 2016. See - Bug#11935. + functions, once "gcc -Og" (new to GCC 4.8) works well enough for + Emacs developers. Maybe in the year 2020. See Bug#11935. Commentary for these macros can be found near their corresponding functions, below. */ -- 2.7.4 --------------1CEA39AA52A781AEDD8014A4--