From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4108 invoked by alias); 20 Jun 2002 10:06:06 -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 4062 invoked by uid 71); 20 Jun 2002 10:06:03 -0000 Resent-Date: 20 Jun 2002 10:06:02 -0000 Resent-Message-ID: <20020620100602.4061.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, aj@suse.de Resent-Reply-To: gcc-gnats@gcc.gnu.org, meissner@suse.de Received: (qmail 31053 invoked by uid 61); 20 Jun 2002 09:58:00 -0000 Message-Id: <20020620095800.31052.qmail@sources.redhat.com> Date: Thu, 20 Jun 2002 03:36:00 -0000 From: meissner@suse.de Reply-To: meissner@suse.de To: gcc-gnats@gcc.gnu.org Cc: aj@suse.de X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: aj@suse.de Subject: c/7082: ICE in copy_to_mode_reg, at explow.c:711 X-SW-Source: 2002-06/txt/msg00448.txt.bz2 List-Id: >Number: 7082 >Category: c >Synopsis: ICE in copy_to_mode_reg, at explow.c:711 >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Thu Jun 20 03:06:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Marcus Meissner >Release: gcc version 3.1.1 20020610 (prerelease) >Organization: >Environment: 64bit arch >Description: On 64bit architectures (ia64, x86_64, ppc64), the following code snippet ices: $ gcc -O2 xx.c xx.c: In function `f': xx.c:7: Internal compiler error in copy_to_mode_reg, at explow.c:711 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. $ (included in how-to-repeat section) Further reduction of the testcase appears not possible. Ciao, Marcus >How-To-Repeat: extern int b; extern short int *a; extern void g(short int*); void f() { g(a+((8*(b==1||b==3))+(b==2||b==3))); } >Fix: no clue >Release-Note: >Audit-Trail: >Unformatted: