From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Next pretest Date: Thu, 27 Jan 2011 10:58:31 -0500 Message-ID: References: <87aair7163.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296143931 13042 80.91.229.12 (27 Jan 2011 15:58:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 15:58:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 27 16:58:47 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PiUFC-0008F1-LR for ged-emacs-devel@m.gmane.org; Thu, 27 Jan 2011 16:58:46 +0100 Original-Received: from localhost ([127.0.0.1]:36179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiUFC-0002PB-2Y for ged-emacs-devel@m.gmane.org; Thu, 27 Jan 2011 10:58:46 -0500 Original-Received: from [140.186.70.92] (port=34294 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiUF3-0002Mx-UX for emacs-devel@gnu.org; Thu, 27 Jan 2011 10:58:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiUF1-0002Ww-Nn for emacs-devel@gnu.org; Thu, 27 Jan 2011 10:58:37 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiUF1-0002Ws-MG for emacs-devel@gnu.org; Thu, 27 Jan 2011 10:58:35 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PiUEx-0003DC-Dc; Thu, 27 Jan 2011 10:58:31 -0500 In-Reply-To: <87aair7163.fsf@stupidchicken.com> (Chong Yidong's message of "Sun\, 23 Jan 2011 16\:36\:20 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135110 Archived-At: Chong Yidong writes: > If you see any other bug that you think should be a release blocker, > please point it out. Can we uncomment the #define NO_ARG_ARRAY line in src/s/intel386.h? We got rid of NO_ARG_ARRAY in emacs-24, that file is the only one that still enables it in 23.3. This is just a bug waiting to happen as compilers get smarter...