From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 24 09:24:00 2014 Received: (at submit) by debbugs.gnu.org; 24 Sep 2014 13:24:00 +0000 Received: from localhost ([127.0.0.1]:50538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XWmY2-0006TQ-UJ for submit@debbugs.gnu.org; Wed, 24 Sep 2014 09:23:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36211) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XWmXz-0006TH-Us for submit@debbugs.gnu.org; Wed, 24 Sep 2014 09:23:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWmXo-0006nt-PN for submit@debbugs.gnu.org; Wed, 24 Sep 2014 09:23:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWmXo-0006ff-Lh for submit@debbugs.gnu.org; Wed, 24 Sep 2014 09:23:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWmXb-0004vP-V8 for bug-gnu-emacs@gnu.org; Wed, 24 Sep 2014 09:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWmXU-0006eH-F0 for bug-gnu-emacs@gnu.org; Wed, 24 Sep 2014 09:23:31 -0400 Received: from limerock04.mail.cornell.edu ([128.84.13.244]:48940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWmXU-0006cr-C8 for bug-gnu-emacs@gnu.org; Wed, 24 Sep 2014 09:23:24 -0400 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock04.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s8ODNEcc006947 for ; Wed, 24 Sep 2014 09:23:14 -0400 Received: from [192.168.1.8] (cpe-67-249-176-226.twcny.res.rr.com [67.249.176.226]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s8ODND0w020507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 24 Sep 2014 09:23:14 -0400 Message-ID: <5422C5B3.8050508@cornell.edu> Date: Wed, 24 Sep 2014 09:22:59 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.4.50; USE_STACK_LISP_OBJECTS change breaks the build on many platforms Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) bzr rev 117935 breaks the build on all platforms other than GNU/Linux. The following patch restores the code to what I think was intended: === modified file 'src/lisp.h' --- src/lisp.h 2014-09-24 11:59:13 +0000 +++ src/lisp.h 2014-09-24 12:59:07 +0000 @@ -290,9 +290,9 @@ #ifndef USE_STACK_LISP_OBJECTS # if defined (GNU_LINUX) && defined (__GNUC__) && !defined (__clang__) # define USE_STACK_LISP_OBJECTS true +# else +# define USE_STACK_LISP_OBJECTS false # endif -#else -# define USE_STACK_LISP_OBJECTS false #endif #if defined HAVE_STRUCT_ATTRIBUTE_ALIGNED && USE_STACK_LISP_OBJECTS In GNU Emacs 24.4.50.2 (x86_64-unknown-cygwin) of 2014-09-24 on fiona Repository revision: 117935 dmantipov@yandex.ru-20140924115913-as413xc2t3d1xq60 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-w32 --with-file-notification=no --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'' Configured features: XPM JPEG TIFF GIF PNG IMAGEMAGICK DBUS ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x r e p o r t - e m Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind w32 multi-tty emacs) Memory information: ((conses 16 78103 5040) (symbols 48 17816 0) (miscs 40 43 115) (strings 32 12754 3583) (string-bytes 1 313824) (vectors 16 10021) (vector-slots 8 382326 12678) (floats 8 70 196) (intervals 56 202 12) (buffers 976 12)) From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 24 09:45:21 2014 Received: (at 18544) by debbugs.gnu.org; 24 Sep 2014 13:45:21 +0000 Received: from localhost ([127.0.0.1]:50548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XWmsi-00070B-AF for submit@debbugs.gnu.org; Wed, 24 Sep 2014 09:45:20 -0400 Received: from forward4h.cmail.yandex.net ([87.250.230.19]:37627) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XWmsf-000702-TF for 18544@debbugs.gnu.org; Wed, 24 Sep 2014 09:45:19 -0400 Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward4h.cmail.yandex.net (Yandex) with ESMTP id 6FCE916C0; Wed, 24 Sep 2014 17:45:14 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 1F21F17055C3; Wed, 24 Sep 2014 17:45:13 +0400 (MSK) Received: from unknown (unknown [37.139.80.10]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Q3CukjM5ZR-jDEaFf2T; Wed, 24 Sep 2014 17:45:13 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: e5bbaace-70f0-4a3e-b9c6-8a713faf42d5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1411566313; bh=ra6z3mgtu2noTgEe+ekVUa/kOYraI17CPDK2qJxhKvQ=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=bX6of3JcRg+F70ZKjO4TZi349bfOqiUE1LOUhbWRUOVivxS3yh4KXSqWS51M08gLf csNAf5gznb4FXDysUCxzYU4knnM5J7rldjlexnz8aS5Z4w0chqMPa9eQh9X8Obm0/u 7RcHCYRdjoKywmz2mbyRkhdwh4nlKbwBk8QA0sc0= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5422CAE9.5060409@yandex.ru> Date: Wed, 24 Sep 2014 17:45:13 +0400 From: Dmitry Antipov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Ken Brown Subject: Re: bug#18544: 24.4.50; USE_STACK_LISP_OBJECTS change breaks the build on many platforms References: <5422C5B3.8050508@cornell.edu> In-Reply-To: <5422C5B3.8050508@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18544 Cc: 18544@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 09/24/2014 05:22 PM, Ken Brown wrote: > bzr rev 117935 breaks the build on all platforms other than GNU/Linux. > The following patch restores the code to what I think was intended: > > === modified file 'src/lisp.h' > --- src/lisp.h 2014-09-24 11:59:13 +0000 > +++ src/lisp.h 2014-09-24 12:59:07 +0000 > @@ -290,9 +290,9 @@ > #ifndef USE_STACK_LISP_OBJECTS > # if defined (GNU_LINUX) && defined (__GNUC__) && !defined (__clang__) > # define USE_STACK_LISP_OBJECTS true > +# else > +# define USE_STACK_LISP_OBJECTS false > # endif > -#else > -# define USE_STACK_LISP_OBJECTS false > #endif Oops. Surely you're right. Should be fixed in 117936. Dmitry From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 24 10:13:21 2014 Received: (at 18544-done) by debbugs.gnu.org; 24 Sep 2014 14:13:21 +0000 Received: from localhost ([127.0.0.1]:50872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XWnJn-0007lz-Ts for submit@debbugs.gnu.org; Wed, 24 Sep 2014 10:13:20 -0400 Received: from limerock01.mail.cornell.edu ([128.84.13.241]:50974) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XWnJl-0007ls-Ub for 18544-done@debbugs.gnu.org; Wed, 24 Sep 2014 10:13:18 -0400 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s8OEDHCH015275; Wed, 24 Sep 2014 10:13:17 -0400 Received: from [192.168.1.8] (cpe-67-249-176-226.twcny.res.rr.com [67.249.176.226]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s8OEDGGg014256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 24 Sep 2014 10:13:17 -0400 Message-ID: <5422D16E.6040805@cornell.edu> Date: Wed, 24 Sep 2014 10:13:02 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Dmitry Antipov Subject: Re: bug#18544: 24.4.50; USE_STACK_LISP_OBJECTS change breaks the build on many platforms References: <5422C5B3.8050508@cornell.edu> <5422CAE9.5060409@yandex.ru> In-Reply-To: <5422CAE9.5060409@yandex.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 18544-done Cc: 18544-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) On 9/24/2014 9:45 AM, Dmitry Antipov wrote: > Oops. Surely you're right. Should be fixed in 117936. Confirmed. Thanks. Ken From unknown Thu Jun 19 14:05:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 23 Oct 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator