From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs 26.0.50 (Git@head) Nested defsubst fails Date: Fri, 24 Feb 2017 13:24:44 -0500 Message-ID: References: <22704.28474.463705.935796@retriever.mtv.corp.google.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487963323 22707 195.159.176.226 (24 Feb 2017 19:08:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2017 19:08:43 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: raman@google.com (T.V Raman) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 24 20:08:39 2017 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 1chLEI-0005D8-VM for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2017 20:08:35 +0100 Original-Received: from localhost ([::1]:39484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chLEO-0002fQ-Kd for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2017 14:08:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chKja-0001gt-2p for emacs-devel@gnu.org; Fri, 24 Feb 2017 13:36:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chKjV-0003C4-74 for emacs-devel@gnu.org; Fri, 24 Feb 2017 13:36:50 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:57984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chKjV-0003Bi-21 for emacs-devel@gnu.org; Fri, 24 Feb 2017 13:36:45 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id v1OIahfG010563; Fri, 24 Feb 2017 13:36:44 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 661D6663A1; Fri, 24 Feb 2017 13:24:44 -0500 (EST) In-Reply-To: <22704.28474.463705.935796@retriever.mtv.corp.google.com> (T. V. Raman's message of "Fri, 24 Feb 2017 09:36:58 -0800") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV5957=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5957> : inlines <5716> : streams <1734359> : uri <2382642> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:212578 Archived-At: > Here's a sample file demonstrating the problem. > ;;; byte compiling this with emacs 26 fails. > ;;; Changing outer defsubst to defun succeeds Byte compilation of this file worked fine for me. Then again, I suspect this is not the example you wanted to show, since the `inner` function is simply not used at all. Stefan