From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6558 invoked by alias); 4 Feb 2003 13:16:01 -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 6528 invoked by uid 71); 4 Feb 2003 13:16:00 -0000 Resent-Date: 4 Feb 2003 13:16:00 -0000 Resent-Message-ID: <20030204131600.6526.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 5946 invoked by uid 48); 4 Feb 2003 13:11:05 -0000 Message-Id: <20030204131105.5945.qmail@sources.redhat.com> Date: Tue, 04 Feb 2003 13: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/9568: ICE on cast of mmx-variable to long long int X-SW-Source: 2003-02/txt/msg00186.txt.bz2 List-Id: >Number: 9568 >Category: c >Synopsis: ICE on cast of mmx-variable to long long int >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Feb 04 13:16:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: stefaandr@hotmail.com >Release: gcc 3.2.1 >Organization: >Environment: redhat 8.0 Reading specs from /freeware/gcc/linux-i386/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs Configured with: /freeware/gcc/gcc/gcc-3.2.1/configure --prefix=/freeware/gcc --exec-prefix=/freeware/gcc/linux-i386 --with-local-prefix=/freeware/gcc --enable-version-specific-runtime-libs --enable-languages=c++,f77,java --enable-threads=posix Thread model: posix gcc version 3.2.1 >Description: gcc -msse this (without optimization): int main() { int __attribute__ ((mode(V8QI))) x; (long long int) x = 0x0123456789abcdef; }; >How-To-Repeat: compile code included in description >Fix: >Release-Note: >Audit-Trail: >Unformatted: