Date: Thu, 22 Apr 1999 20:42:06 +0300 (EET DST) Message-Id: <199904221742.UAA13467@post.it.helsinki.fi> From: Robert Holmberg <robert DOT holmberg AT helsinki DOT fi> To: pgcc AT delorie DOT com Subject: PGCC 1.1.2 compilation failiure X-Mailer: XCmail 0.99.7 - with PGP support, PGP engine version 0.5 (Linux) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Reply-To: pgcc AT delorie DOT com I have not subscribed this mailing-list so reply directly to me, please. I downloaded the egcs 1.1.2 sources and patched them with pgcc 1.1.2. I use pgcc 1.1.1 as my compiler but I also tried gcc 2.7.2.3 with the same result. Here is what my compler says (gcc with -O2 says the same.): ---------------------------- make[1]: Entering directory `/usr/src/egcs-1.1.2/i586-pc-linux-gnu/i586-pc-linux-gnu/libio' test x"yes" != xyes || \ /usr/src/egcs-1.1.2/i586-pc-linux-gnu/gcc/xgcc -B/usr/src/egcs-1.1.2/i586-pc-linux-gnu/gcc/ -c -O3 -mpentium -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../libio -nostdinc++ -D_IO_MTSAFE_IO -fpic ../../../libio/iostream.cc -o pic/iostream.o ./../../libio/iostream.cc: In function `int read_int(class istream &, long long unsigned int &, int &)': ./../../libio/iostream.cc:306: Could not split insn (insn 865 947 586 (parallel[ (set (mem:DI (plus:SI (reg:SI 6 %ebp) (const_int -24))) (sign_extend:DI (reg:SI 2 %ecx))) (clobber (reg:SI 0 %eax)) ] ) 110 {extendsidi2} (insn_list 947 (nil)) (expr_list:REG_DEAD (reg:SI 2 %ecx) (nil))) ./../gcc/toplev.c:1438: Internal compiler error in function fatal_insn make[1]: *** [iostream.o] Error 1 make[1]: Leaving directory `/usr/src/egcs-1.1.2/i586-pc-linux-gnu/i586-pc-linux-gnu/libio' make: *** [all-target-libio] Error 2 ---------------------------- I don't know if this is related to pgcc or egcs, but I decided to try here first. Robert.