From owner-freebsd-hackers Thu Feb 20 12:01:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA04380 for hackers-outgoing; Thu, 20 Feb 1997 12:01:23 -0800 (PST) Received: from scruz.net (nic.scruz.net [165.227.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA04374 for ; Thu, 20 Feb 1997 12:01:20 -0800 (PST) Received: (from speth@localhost) by scruz.net (8.7.3/1.34) id MAA01289 for hackers@freebsd.org; Thu, 20 Feb 1997 12:01:15 -0800 (PST) Message-Id: <199702202001.MAA01289@scruz.net> From: speth@scruz.net (James G. Speth) Date: Thu, 20 Feb 1997 12:01:09 -0800 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: hackers@freebsd.org Subject: 2.1.7-RELEASE broken? Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Good morning, Last night I installed the 2.1.7-RELEASE of FreeBSD on a new pentium system, and I've been getting all sorts of strange compiler errors since then. Did something in the compiler break in this release? I've been trying to compile a file that compiles completely clean on our other FreeBSD system running 2.1.0-RELEASE #4. 3 of 4 times I got internal compiler errors. The fourth time I got a clean compile, no errors at all. Here is some of the error output: Try 1: cc -g -c billing.c assertion "fragP->fr_offset >= 0" failed: file "/usr/src/gnu/usr.bin/as/write.c" , line 529 cc: Internal compiler error: program as got fatal signal 6 *** Error code 1 Stop. Try 2: cc -g -c billing.c billing.c: In function `undo': billing.c:3880: internal error--unrecognizable insn: (jump_insn 155 153 156 (set (pc) (UnKnown Unknown)) -1 (nil) (nil)) cc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 Stop. Try 3: cc -g -c billing.c billing.c: In function `undo': billing.c:3880: internal error--unrecognizable insn: (jump_insn 155 153 156 (set (pc) (UnKnown Unknown)) -1 (nil) (nil)) cc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 Stop. Try 4: cc -g -c billing.c (compiled with no errors) Thanks, Jim