From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22606 invoked by alias); 4 Feb 2003 15:16:00 -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 22576 invoked by uid 71); 4 Feb 2003 15:16:00 -0000 Resent-Date: 4 Feb 2003 15:16:00 -0000 Resent-Message-ID: <20030204151600.22573.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, stefaandr@hotmail.com Received: (qmail 21761 invoked by uid 48); 4 Feb 2003 15:12:13 -0000 Message-Id: <20030204151213.21760.qmail@sources.redhat.com> Date: Tue, 04 Feb 2003 15:16:00 -0000 From: stefaandr@hotmail.com Reply-To: stefaandr@hotmail.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c/9572: ICE on cast from mmx-variable to long long X-SW-Source: 2003-02/txt/msg00196.txt.bz2 List-Id: >Number: 9572 >Category: c >Synopsis: ICE on cast from mmx-variable to long long >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Tue Feb 04 15:16:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: stefaandr@hotmail.com >Release: GNU C++ version 3.4 20030204 (experimental) (i686-pc-linux-gnu) >Organization: >Environment: >Description: compile the code below without optimisation, the result is: $ gcc -o test5 test5.cpp -msse test5.cpp: In function `int main()': test5.cpp:4: internal compiler error: in output_constant_pool, at varasm.c:3451 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. I hope it's legal code this time (see 9569), I assumed it was because 3.2.1 compiled it. --- int main() { int __attribute__ ((mode(V8QI))) x; (long long int) x = 0; }; ------ Reading specs from /esat/quendi/stefaan/install/lib/gcc-lib/i686-pc-linux-gnu/3.4/specs Configured with: ../../src/gcc/configure --enable-languages=c,c++ --prefix=/esat/quendi/stefaan/install Thread model: posix gcc version 3.4 20030204 (experimental) /esat/quendi/stefaan/install/lib/gcc-lib/i686-pc-linux-gnu/3.4/cc1plus -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__=4 -D__GNUC_PATCHLEVEL__=0 -D_GNU_SOURCE test5.cpp -D__GNUG__=3 -quiet -dumpbase test5.cpp -msse -auxbase test5 -version -o /tmp/ccB8HGqM.s GNU C++ version 3.4 20030204 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 3.2.1. ignoring nonexistent directory "/esat/quendi/stefaan/install/i686-pc-linux-gnu/include" #include "..." search starts here: #include <...> search starts here: /esat/quendi/stefaan/install/include/c++/3.4 /esat/quendi/stefaan/install/include/c++/3.4/i686-pc-linux-gnu /esat/quendi/stefaan/install/include/c++/3.4/backward /usr/local/include /esat/quendi/stefaan/install/include /esat/quendi/stefaan/install/lib/gcc-lib/i686-pc-linux-gnu/3.4/include /usr/include End of search list. >How-To-Repeat: compilation >Fix: >Release-Note: >Audit-Trail: >Unformatted: