Message-Id: <199908161204.OAA04744@robby.dittmannsdorf.de> From: Robert Hoehne Organization: none provided To: pavenis AT lanet DOT lv Date: Mon, 16 Aug 1999 14:06:42 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Upcomming gcc-2.95 and RHIDE CC: djgpp-workers AT delorie DOT com In-reply-to: References: <199907291807 DOT UAA22662 AT robby DOT dittmannsdorf DOT de> X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk When Testing gcc 2.951 with RHIDE I found the following (stripped down to the problem): file test.c: void test() { double yylval; char y = ' '; yylval=y|0x20; } compiling with gcc -v -o test.o test.c produces: Reading specs from d:/djgpp/lib/gcc-lib/djgpp/2.951/specs gcc version 2.95.1 19990809 (prerelease) d:/djgpp/lib/gcc-lib/djgpp/2.951/cpp.exe -lang-c -v -isystem d:/djgpp/bin/include -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dunix -Di386 -DGO32 -DDJGPP=2 -DMSDOS -D__unix__ -D__i386__ -D__GO32__ -D__DJGPP__=2 -D__MSDOS__ -D__unix -D__i386 -D__GO32 - D__DJGPP=2 -D__MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ -imacros d:/djgpp/lib/../include/sys/version.h - remap test.c e:/tmp\ccfWZpjd.i GNU CPP version 2.95.1 19990809 (prerelease) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/include d:/djgpp/lib/gcc-lib/djgpp/2.951/include d:/djgpp/include End of search list. The following default directories have been omitted from the search path: $DJDIR/lang/cxx $DJDIR/lib/gcc-lib/djgpp/2.951/../../../../djgpp/include End of omitted list. d:/djgpp/lib/gcc-lib/djgpp/2.951/cc1.exe e:/tmp\ccfWZpjd.i -quiet -dumpbase test.c -version -o e:/tmp\ccI4Q9el.s GNU C version 2.95.1 19990809 (prerelease) (djgpp) compiled by GNU C version 2.95.1 19990809 (prerelease). d:/djgpp/bin/as.exe -o e:/tmp\ccDdZRVw.o e:/tmp\ccI4Q9el.s e:/tmp\ccI4Q9el.s: Assembler messages: e:/tmp\ccI4Q9el.s:16: Error: no such 386 instruction: `filds' here the output from as --version GNU assembler 2.8.1 Copyright 1997 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `i386-pc-msdosdjgpp'. It seems, that gcc 2.951 is not at all compatible with binutils 2.81 Robert ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************