From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1239 invoked by alias); 12 Jan 2005 12:43:30 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 733 invoked by uid 48); 12 Jan 2005 12:43:11 -0000 Date: Wed, 12 Jan 2005 12:43:00 -0000 Message-ID: <20050112124311.732.qmail@sourceware.org> From: "uros at kss-loka dot si" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050107095318.19307.uros@kss-loka.si> References: <20050107095318.19307.uros@kss-loka.si> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19307] [4.0 Regression] ICE with -msse2 -mno-80387 X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg01502.txt.bz2 List-Id: ------- Additional Comments From uros at kss-loka dot si 2005-01-12 12:43 ------- (In reply to comment #3) > And it works with today's compiler too. It works with '-O2 -mno-80387 -msse2 -mno-fp-ret-in-387', but without -mno-fp-ret-in-387 it still fails. I think that the problem here is again SSE FP compare that gets splitted to x87 compare, when the output value is returned in x87 reg. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19307