From owner-freebsd-bugs Mon Sep 4 7: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AB7637B440 for ; Mon, 4 Sep 2000 07:00:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00421; Mon, 4 Sep 2000 07:00:08 -0700 (PDT) (envelope-from gnats@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 A04E437B424 for ; Mon, 4 Sep 2000 06:59:50 -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 8E62F15233 for ; Mon, 4 Sep 2000 15:59:48 +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 OAA29277 for ; Mon, 4 Sep 2000 14:59:47 +0100 (BST) Received: (from steve@localhost) by sse0691.bri.hp.com (8.9.3/8.9.3) id PAA15125; Mon, 4 Sep 2000 15:02:45 +0100 (BST) (envelope-from steve) Message-Id: <200009041402.PAA15125@sse0691.bri.hp.com> Date: Mon, 4 Sep 2000 15:02:45 +0100 (BST) From: Steve Roome Reply-To: steve@sse0691.bri.hp.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/21026: gcc bug with -mno-ieee-fp and -march=pentiumpro Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21026 >Category: gnu >Synopsis: gcc bug with -mno-ieee-fp and -march=pentiumpro >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 04 07:00:08 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Steve Roome >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: 4.1-stable gcc version 2.95.2 19991024 (release) >Description: compiling code with -mno-ieee-fp and -march=pentiumpro cause cc1 to die with sig11 on comparison between float and integer e.g. gcc -mno-ieee-fp -march=pentiumpro -c particlesys.c -o particlesys.o gcc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 >How-To-Repeat: int main() { double xv=0.2; return (xv>0); } try to compile the above with -mno-ieee-fp and -march=pentiumpro >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message