From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Bordner To: bug-gcc@gnu.org Subject: bug report Date: Wed, 12 Apr 2000 17:11:00 -0000 Message-id: <20000413000824.1685.qmail@web308.mail.yahoo.com> X-SW-Source: 2000-04/msg00357.html List-Id: Dear GCC maintainer, The following is a bug report. GCC version: egcs-2.91.66 system type: Redhat Linux running on a Pentium machine I got a message "Internal compiler error 373". when i compiled my program. The command line was: g++ -O2 -ftemplate-depth-30 -I/usr/local/blitz-20000319/ -I/usr/local/include -I/usr/local -I/home/bordner -c test_wavelet.cc -o test_wavelet.o I wanted to attach a copy of the CPP output but even the gzipped version was 140K and so rejected by your mailer daemon. If there is another way to send this file please let me know. Andrew Bordner __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com >>From ttk@gilliam.users.flyingcroc.net Wed Apr 12 17:55:00 2000 From: TTK Ciar To: gcc-bugs@gcc.gnu.org, ttk@gilliam.users.flyingcroc.net Subject: Follow-up to -fschedule-insns bug Date: Wed, 12 Apr 2000 17:55:00 -0000 Message-id: <200004130055.RAA69513@gilliam.users.flyingcroc.net> X-SW-Source: 2000-04/msg00358.html Content-length: 1658 Downloaded the latest snapshot .. the problem's still there: azathoth:~/prog/jove/jove> egcsl -O2 -fschedule-insns -DBSDPOSIX -c c.c c.c: In function `Comment': c.c:783: Unable to find a register to spill in class `AREG'. c.c:783: This is the insn: (insn 1215 1213 1211 (parallel[ (set (reg:SI 2 ecx) (unspec:SI[ (mem:BLK (reg:SI 5 edi) 0) (const_int 0 [0x0]) (const_int 1 [0x1]) (const_int -1 [0xffffffff]) ] 0)) (use (reg:SI 19 dirflag)) (clobber (reg:SI 5 edi)) (clobber (reg:CC 17 flags)) ] ) 563 {strlensi_1} (insn_list 1214 (insn_list:REG_DEP_ANTI 1209 (insn_list 1213 (nil)))) (expr_list:REG_DEAD (reg:SI 19 dirflag) (expr_list:REG_UNUSED (reg:SI 5 edi) (expr_list:REG_UNUSED (reg:CC 17 flags) (nil))))) c.c:783: Internal compiler error in `spill_failure', at reload1.c:1825 Please submit a full bug report. See for instructions. azathoth:~/prog/jove/jove> egcsl -v Reading specs from /home/ttk/tools/egcs/latest-snapshot/bin/lib/gcc-lib/i386-unknown-freebsdelf3.2/2.96/specs gcc version 2.96 20000410 (experimental) azathoth:~/prog/jove/jove> uname -a FreeBSD azathoth.staff.flyingcroc.net 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 azathoth:~/prog/jove/jove> grep Pentium /var/log/messages | head -1 Nov 22 07:45:58 azathoth /kernel: CPU: Pentium III (451.03-MHz 686-class CPU) -- TTK