From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: `print' does not print Date: Sat, 23 Mar 2002 09:13:59 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200203231613.g2NGDxO02190@aztec.santafe.edu> References: <200203202019.g2KKJfs4410490@jupiter.akutech-local.de> <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> <15515.2661.133668.691007@jupiter.akutech-local.de> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016900271 12935 127.0.0.1 (23 Mar 2002 16:17:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2002 16:17:51 +0000 (UTC) Cc: eliz@is.elta.co.il, bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ooDG-0003MW-00 for ; Sat, 23 Mar 2002 17:17:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ooDF-0005ZU-00; Sat, 23 Mar 2002 11:17:49 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oo9h-0005J0-00; Sat, 23 Mar 2002 11:14:09 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2NGDxa07764; Sat, 23 Mar 2002 09:13:59 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2NGDxO02190; Sat, 23 Mar 2002 09:13:59 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: ralf@akutech.de In-Reply-To: <15515.2661.133668.691007@jupiter.akutech-local.de> (message from Ralf Fassel on Fri, 22 Mar 2002 11:41:41 +0100) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:109 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:109 It would be useful to get the GCC sources from the CVS repository (cvs.gnu.org) and try compiling with that. If it still fails, then it would be useful to identify the function that was miscompiled. That way you could help fix a bug in GCC. Probably the library and the header files, not only the compiler, have something to do with this. stdio.h is not part of GCC, so the same stdio.h is used in compiling both Emacs versions, the one that works and the one that fails. This doesn't prove for certain that stdio.h is correct, but does suggest it is not the first place to look. _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs