From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21073 invoked by alias); 9 Sep 2002 13:56:04 -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 21037 invoked by uid 71); 9 Sep 2002 13:56:03 -0000 Resent-Date: 9 Sep 2002 13:56:03 -0000 Resent-Message-ID: <20020909135603.21036.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, jojo@virtutech.se, gustav@virtutech.se Resent-Reply-To: gcc-gnats@gcc.gnu.org, mattias@virtutech.se Received: (qmail 11740 invoked by uid 61); 9 Sep 2002 13:46:09 -0000 Message-Id: <20020909134609.11739.qmail@sources.redhat.com> Date: Mon, 09 Sep 2002 06:56:00 -0000 From: mattias@virtutech.se Reply-To: mattias@virtutech.se To: gcc-gnats@gcc.gnu.org Cc: jojo@virtutech.se, gustav@virtutech.se X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: jojo@virtutech.se, gustav@virtutech.se Subject: target/7864: ICE on very simple legal code X-SW-Source: 2002-09/txt/msg00135.txt.bz2 List-Id: >Number: 7864 >Category: target >Synopsis: ICE on very simple legal code >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Mon Sep 09 06:56:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: mattias@virtutech.se >Release: gcc 3.0.4 >Organization: >Environment: redhat gnu/linux 6.2 (x86) >Description: gcc 3.0.4 ICEs with "Unrecognizable insn" on the following code, when compiled with -O2 (x86 host and target): void f(void (*p)(char *), int x) { char a[2]; a[0] = !x; p(a); } >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: