From owner-freebsd-stable Wed Aug 30 5:34:46 2000 Delivered-To: freebsd-stable@freebsd.org Received: from bbnrel4.net.external.hp.com (bbnrel4.net.external.hp.com [155.208.254.68]) by hub.freebsd.org (Postfix) with ESMTP id 894E237B422 for ; Wed, 30 Aug 2000 05:34:31 -0700 (PDT) Received: from hpcpbla.bri.hp.com (hpcpbla.bri.hp.com [15.144.112.65]) by bbnrel4.net.external.hp.com (Postfix) with ESMTP id 8AC5114ECC for ; Wed, 30 Aug 2000 14:34:12 +0200 (METDST) Received: from sse0691.bri.hp.com (sse0691.bri.hp.com [15.144.0.53]) by hpcpbla.bri.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.0) with ESMTP id NAA18716 for ; Wed, 30 Aug 2000 13:34:11 +0100 (BST) Received: (from steve@localhost) by sse0691.bri.hp.com (8.9.3/8.9.3) id NAA73909 for freebsd-stable@freebsd.org; Wed, 30 Aug 2000 13:37:05 +0100 (BST) (envelope-from steve) Date: Wed, 30 Aug 2000 13:37:05 +0100 From: Steve Roome To: freebsd-stable@freebsd.org Subject: GCC bug with 4.1-stable Message-ID: <20000830133705.B73015@moose.bri.hp.com> Mail-Followup-To: Steve Roome , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just in case anyone cares, as I don't know if it will cause anyone problems I thought I'd mention this, this is with 4.1-stable on a dual ppro-200 cvsupped 23 August. steve@moose 169 0 % make gcc -O3 -mcpu=pentiumpro -march=pentiumpro -Wall -Werror \ -I/usr/X11R6/include -ffast-math -mfancy-math-387 -mno-ieee-fp \ -mno-move -fomit-frame-pointer -c main.c -o main.o main.c: In function `main': main.c:206: Internal compiler error in `instantiate_virtual_regs_1', at function.c:3865 Please submit a full bug report. See for instructions. *** Error code 1 Stop in /usr/home/steve/blobs. I'll send this into the gcc folks as well, seems that -mno-ieee-fp causes problems alone (cc1 gets sig 11), and adding -mno-move causes this. I've mentioned it here as well in case it's only FreeBSD specific. Steve Roome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message