From owner-freebsd-current Fri Nov 5 14: 5:22 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id BAF2914E23 for ; Fri, 5 Nov 1999 14:05:15 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id OAA24763 for ; Fri, 5 Nov 1999 14:04:15 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id OAA25543 for current@freebsd.org; Fri, 5 Nov 1999 14:04:15 -0800 (PST) (envelope-from obrien) Date: Fri, 5 Nov 1999 14:04:15 -0800 From: "David O'Brien" To: current@freebsd.org Subject: show stopper for Gcc 2.95.2 conversion Message-ID: <19991105140415.A25486@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <19991105012449.A74246@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991105012449.A74246@dragon.nuxi.com>; from obrien@NUXI.com on Fri, Nov 05, 1999 at 01:24:50AM -0800 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The current show stopper for switching over to GCC 2.95.2 is a problem compiling the `ahc' driver: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf ../../dev/aic7xxx/aic7xxx.c ../../dev/aic7xxx/aic7xxx.c: In function `ahc_download_instr': machine/bus.h:584: Invalid `asm' statement: machine/bus.h:584: fixed or forbidden register 2 (cx) was spilled for class CREG. *** Error code 1 The message is misleading, as the problematic header is /sys/i386/include/bus.h not, /usr/include/machine/bus.h. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message