From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13650: Emacs pretest 24.2.93 - compilation error on AIX 5.3 using gcc 4.7-2 Date: Wed, 13 Feb 2013 13:37:37 -0500 Message-ID: References: <511419F0.7040704@cs.ucla.edu> <51196012.8010708@cs.ucla.edu> <511A91E4.1070109@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360780719 18482 80.91.229.3 (13 Feb 2013 18:38:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2013 18:38:39 +0000 (UTC) Cc: 13650@debbugs.gnu.org, Paul Eggert To: Gilles Pion Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 13 19:39:00 2013 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 1U5hEP-0005oh-MC for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Feb 2013 19:38:57 +0100 Original-Received: from localhost ([::1]:37408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hE6-0006s1-6G for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Feb 2013 13:38:38 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:53994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hE2-0006rv-Hs for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 13:38:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5hDy-0000H7-3T for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 13:38:34 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hDy-0000H3-06 for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 13:38:30 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U5hEU-0006qk-C8 for bug-gnu-emacs@gnu.org; Wed, 13 Feb 2013 13:39:02 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 Feb 2013 18:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13650 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13650-submit@debbugs.gnu.org id=B13650.136078069226267 (code B ref 13650); Wed, 13 Feb 2013 18:39:02 +0000 Original-Received: (at 13650) by debbugs.gnu.org; 13 Feb 2013 18:38:12 +0000 Original-Received: from localhost ([127.0.0.1]:54511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5hDg-0006pc-Fg for submit@debbugs.gnu.org; Wed, 13 Feb 2013 13:38:12 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:59841) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U5hDf-0006pW-Ci for 13650@debbugs.gnu.org; Wed, 13 Feb 2013 13:38:11 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U5hD7-0006Pl-BL; Wed, 13 Feb 2013 13:37:37 -0500 X-Spook: military UMTS ANZUS Croatian CID dictionary NWO AMEMB X-Ran: &U$fswayW@eJ1!U*4'O{`9{n"YL08M9+`kS2:OgTa2cF|._cJQ82.h!_K X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.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:71197 Archived-At: Gilles Pion wrote: > definitevely 32 bits: > $ file emacs-24.2.93/src/bootstrap-emacs > emacs-24.2.93/src/bootstrap-emacs: executable (RISC System/6000) or [...] > I'm currently using: > > GNU Emacs 24.2.1 (powerpc-ibm-aix5.3.0.0, X toolkit) Oh, so we are supposed to support this, so it does become important to fix this for 24.3. I'd still like to know if the naive approach of just taking the original 24.2.93 tarfile and adding to src/unexaix.c #define ADDR_CORRECT(x) ((int)(x)) happens to work...? This may be nonsense, but should be quick to check.