From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21192 invoked by alias); 12 May 2003 08:36:04 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21119 invoked by uid 71); 12 May 2003 08:36:03 -0000 Date: Mon, 12 May 2003 08:36:00 -0000 Message-ID: <20030512083603.21101.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Kimmo Fredriksson Subject: Re: target/9401: [x86] ICE with MMX/SSE codes Reply-To: Kimmo Fredriksson X-SW-Source: 2003-05/txt/msg01120.txt.bz2 List-Id: The following reply was made to PR target/9401; it has been noted by GNATS. From: Kimmo Fredriksson To: Dara Hazeghi Cc: gcc-gnats@gcc.gnu.org Subject: Re: target/9401: [x86] ICE with MMX/SSE codes Date: Mon, 12 May 2003 11:37:00 +0300 (EEST) Hi, The testcase fails at e.g. with gcc version 3.3 20030120 (prerelease). This is the lattest version I have. local/gcc-snapshot/bin/gcc -msse -c -O3 foo.cc foo.cc: In function `void bar()': foo.cc:15: error: unable to find a register to spill in class `GENERAL_REGS' foo.cc:15: error: this is the insn: (insn:HI 55 85 61 2 0x400a10b0 (set (reg/v:SI 0 eax [67]) (subreg:SI (reg/v:V4SF 21 exmm0 [59]) 0)) 38 {*movsi_1} (nil) (expr_list:REG_EQUIV (mem/f:SI (plus:SI (reg/f:SI 7 esp) (const_int 4 [0x4])) [0 S4 A32]) (expr_list:REG_DEAD (reg/v:V4SF 21 exmm0 [59]) (nil)))) foo.cc:15: internal compiler error: in spill_failure, at reload1.c:1920 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. kf