From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10106 invoked by alias); 18 Jan 2005 08:45:11 -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 9563 invoked by uid 48); 18 Jan 2005 08:44:42 -0000 Date: Tue, 18 Jan 2005 08:45:00 -0000 From: "uros at kss-loka dot si" To: gcc-bugs@gcc.gnu.org Message-ID: <20050118084440.19496.uros@kss-loka.si> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19496] New: [4.0 Regression] ICE in gcc.c-torture/execute/ieee/fp-cmp-8.c for x86_64 and i686 with -msse2 -mfpmath=sse X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg02368.txt.bz2 List-Id: Hello! gcc -msse2 -O1 -mfpmath=sse -da fp-cmp-8f.c In file included from fp-cmp-8f.c:2: fp-cmp-8.c: In function âtest_islessgreaterâ: fp-cmp-8.c:71: internal compiler error: in ix86_expand_fp_movcc, at config/i386/i386.c:9813 The problem is that ltgt is not a valid sse_comparison_operator and gcc_assert() is triggered in i386.c: (jump_insn 13 12 18 0 (set (pc) (if_then_else (ltgt (reg:CCFPU 17 flags) (const_int 0 [0x0])) (label_ref 20) (pc))) 338 {*jcc_1} (nil) (expr_list:REG_BR_PROB (const_int 6700 [0x1a2c]) (nil))) Uros. -- Summary: [4.0 Regression] ICE in gcc.c-torture/execute/ieee/fp- cmp-8.c for x86_64 and i686 with -msse2 -mfpmath=sse Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: ssemmx Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: uros at kss-loka dot si CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: x86_64-*, i686-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19496