From: Andris Pavenis To: Anthony Appleyard , gcc-bugs AT gcc DOT gnu DOT org Subject: Re: bug report Date: Tue, 14 Sep 1999 11:45:58 +0000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: djgpp AT delorie DOT com References: <37DE0FE2 DOT C7B8E7E5 AT umist DOT ac DOT uk> MIME-Version: 1.0 Message-Id: <99091411544400.01060@hal> Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com On Tue, 14 Sep 1999, Anthony Appleyard wrote: > >%_I got this error:- > display.cc: In method `void colreg::operator ()(buffer *)': > display.cc:193: Internal compiler error in `instantiate_virtual_regs_1', > at function.c:3862 > Please submit a full bug report. > See for instructions. > ---------------------------------------------- > See attached zipfile, which contains:- > display.cc Source form of program (it is part of a text > editor) > em.h Included by ditto > display.ii As requested > display.s Assembler form > display.txt Compiler output to screen > ---------------------------------------------- > I called gcc thus:- > gcc -v --save-temps display.cc -c -g -Wall > ---------------------------------------------- Confirmed with gcc-2.95.1 cross-compiler (from i586-pc-linux-gnu to i586-pc-msdosdjgpp) and with native compiler (egcs-1.1.2) under Linux (I used preprocessed source of course). I'm getting ICE only when no optimizations are requested. Andris