From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18510 invoked by alias); 20 Apr 2004 04:25:27 -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 18491 invoked by uid 48); 20 Apr 2004 04:25:26 -0000 Date: Tue, 20 Apr 2004 06:48:00 -0000 Message-ID: <20040420042526.18490.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040416183851.14981.davide.rossetti@roma1.infn.it> References: <20040416183851.14981.davide.rossetti@roma1.infn.it> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/14981] [3.3/3.4 Regression] ICE in _mm_xor_pd for SSE2 with -O1 X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg01650.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-04-20 04:25 ------- I have the following versions on my system: - SuSE gcc 3.3.1, which doesn't have emmintrin.h - gcc 3.3.4 pre 20040402, which ICEs (see below) - gcc 3.4 pre 20040402, which does as well - gcc 3.5 pre 20040402 which is OK. Note that the ICEs in 3.3.4 and 3.4 happen in different places. W. g/x> /home/bangerth/bin/gcc-3.3.4-pre/bin/gcc -O1 -S -msse2 -mfpmath=sse -c x.c x.c: In function `xorv2df3': x.c:8: internal compiler error: in subreg_hard_regno, at emit-rtl.c:932 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -O1 -S -msse2 -mfpmath=sse -c x.c x.c: In function `xorv2df3': x.c:8: internal compiler error: in immed_double_const, at emit-rtl.c:481 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14981