From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19144 invoked by alias); 25 Feb 2004 22:34:06 -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 19111 invoked by uid 48); 25 Feb 2004 22:34:04 -0000 Date: Wed, 25 Feb 2004 22:34:00 -0000 Message-ID: <20040225223404.19110.qmail@sources.redhat.com> From: "megumi dot kido-doty at NCR dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030804175701.11793.debian-gcc@lists.debian.org> References: <20030804175701.11793.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's) X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg02454.txt.bz2 List-Id: ------- Additional Comments From megumi dot kido-doty at NCR dot com 2004-02-25 22:33 ------- I installed gcc-3.3.3 on Red Hat Enterprise Linux AS release 3 (Taroon) Kernel 2.4.21-4.ELsmp on an x86_64, Opteron. But I still get this error: tmdiff.c: In function `ms_time_cmp': tmdiff.c:248: error: unrecognizable insn: (insn:HI 90 89 58 2 0x2a97a3f360 (set (reg/v:SI 64) (plus:SI (mult:SI (reg/v:SI 64) (const_int 2 [0x2])) (const_int -1 [0xffffffffffffffff]))) -1 (insn_list 89 (nil)) (nil)) tmdiff.c:248: internal compiler error: in extract_insn, at recog.c:2175 [root@putopt1 gcc3.3.3]# gcc --version gcc (GCC) 3.3.3 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [root@putopt1 gcc3.3.3]# gcc -v Reading specs from /usr/local/lib/gcc-lib/x86_64-unknown-linux-gnu/3.3.3/specs Configured with: /Meg/gcc-3.3.3/configure Thread model: posix gcc version 3.3.3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11793