From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.bugs Subject: Re: `print' does not print Date: Sun, 24 Mar 2002 17:51:15 +0100 Organization: Akustik Technologie Goettingen Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <15518.1027.967473.81457@jupiter.akutech-local.de> References: <200203202019.g2KKJfs4410490@jupiter.akutech-local.de> <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> <15515.2661.133668.691007@jupiter.akutech-local.de> <200203231613.g2NGDxO02190@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016988861 29243 127.0.0.1 (24 Mar 2002 16:54:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2002 16:54:21 +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 16pBG8-0007bY-00 for ; Sun, 24 Mar 2002 17:54:20 +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 16pBG6-0007fw-00; Sun, 24 Mar 2002 11:54:18 -0500 Original-Received: from mail.t-intra.de ([62.156.146.210]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pBDH-0007bu-00; Sun, 24 Mar 2002 11:51:23 -0500 Original-Received: from jupiter.akutech-local.de ([80.134.91.173]) by mail.t-intra.de with Microsoft SMTPSVC(5.5.1877.507.50); Sun, 24 Mar 2002 17:51:18 +0100 Original-Received: (from ralf@localhost) by jupiter.akutech-local.de (8.11.1/8.11.1) id g2OGpHj4609924; Sun, 24 Mar 2002 17:51:17 +0100 (MET) Original-To: rms@gnu.org In-Reply-To: <200203231613.g2NGDxO02190@aztec.santafe.edu> 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:128 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:128 * Richard Stallman | It would be useful to get the GCC sources from the CVS repository | (cvs.gnu.org) and try compiling with that. I tried to compile the CVS-gcc (3.2 20020323 (experimental)), but this fails on my machine, both using gcc-2.95.3 and SGI-cc. The error is in a generated source file: Using gcc: ./genemit ../../gcc/config/mips/mips.md > tmp-emit.c /bin/sh ../../gcc/move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit gcc -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -c insn-emit.c \ -o insn-emit.o insn-emit.c: In function `gen_fixuns_truncdfsi2': insn-emit.c:6186: incompatible type for argument 1 of `ereal_ldexp' insn-emit.c: In function `gen_fixuns_truncdfdi2': insn-emit.c:6247: incompatible type for argument 1 of `ereal_ldexp' insn-emit.c: In function `gen_fixuns_truncsfsi2': insn-emit.c:6308: incompatible type for argument 1 of `ereal_ldexp' insn-emit.c: In function `gen_fixuns_truncsfdi2': insn-emit.c:6369: incompatible type for argument 1 of `ereal_ldexp' insn-emit.c: In function `gen_indirect_jump': insn-emit.c:10411: warning: comparison between signed and unsigned insn-emit.c: In function `gen_tablejump': insn-emit.c:10458: warning: comparison between signed and unsigned gmake[2]: *** [insn-emit.o] Error 1 gmake[2]: Leaving directory `/disk4/tmp/ralf/Software/gcc-cvs/gcc/IRIX-6/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/disk4/tmp/ralf/Software/gcc-cvs/gcc/IRIX-6/gcc' gmake: *** [bootstrap] Error 2 Using cc: ./genemit ../../gcc/config/mips/mips.md > tmp-emit.c /bin/sh ../../gcc/move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -c insn-emit.c \ -o insn-emit.o cc-1164 cc: ERROR File = insn-emit.c, Line = 6186 Argument of type "double" is incompatible with parameter of type "REAL_VALUE_TYPE". REAL_VALUE_TYPE offset = REAL_VALUE_LDEXP (1.0, 31); ^ cc-1164 cc: ERROR File = insn-emit.c, Line = 6247 Argument of type "double" is incompatible with parameter of type "REAL_VALUE_TYPE". REAL_VALUE_TYPE offset = REAL_VALUE_LDEXP (1.0, 63); ^ cc-1164 cc: ERROR File = insn-emit.c, Line = 6308 Argument of type "double" is incompatible with parameter of type "REAL_VALUE_TYPE". REAL_VALUE_TYPE offset = REAL_VALUE_LDEXP (1.0, 31); ^ cc-1164 cc: ERROR File = insn-emit.c, Line = 6369 Argument of type "double" is incompatible with parameter of type "REAL_VALUE_TYPE". REAL_VALUE_TYPE offset = REAL_VALUE_LDEXP (1.0, 63); ^ 4 errors detected in the compilation of "insn-emit.c". gmake[2]: *** [insn-emit.o] Error 2 gmake[2]: Leaving directory `/disk4/tmp/ralf/Software/gcc-cvs/gcc/IRIX-6/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/disk4/tmp/ralf/Software/gcc-cvs/gcc/IRIX-6/gcc' gmake: *** [bootstrap] Error 2 I can't make much sense of these, since I do not understand the code in mips/mips.md, but I guess it might be simply some missing header file. R'