From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22776 invoked by alias); 16 Jun 2002 00:46:03 -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 22747 invoked by uid 71); 16 Jun 2002 00:46:00 -0000 Resent-Date: 16 Jun 2002 00:46:00 -0000 Resent-Message-ID: <20020616004600.22746.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 Resent-Reply-To: gcc-gnats@gcc.gnu.org, matt@3am-software.com Received: (qmail 21910 invoked by uid 61); 16 Jun 2002 00:43:18 -0000 Message-Id: <20020616004318.21909.qmail@sources.redhat.com> Date: Sun, 16 Jun 2002 02:46:00 -0000 From: matt@3am-software.com Reply-To: matt@3am-software.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: middle-end/7044: gcc-current X-SW-Source: 2002-06/txt/msg00351.txt.bz2 List-Id: >Number: 7044 >Category: middle-end >Synopsis: gcc-current >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat Jun 15 17:46:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: matt@3am-software.com >Release: GNU C version 3.2 20020615 (experimental) (vax-netbsdelf) >Organization: >Environment: cross-compiler on NetBSD-1.6A i386 >Description: After updating GCC via anoncvs, the included file fails to compile at any optimization level. Though GNU C version 3.2 20020610 (experimental) (vax-netbsdelf) from 5 days ago compiled it fine. >How-To-Repeat: Compile this: void xx(int a) { switch (a) { case 1: z(); break; case 5: x(); break; case 7: v(); break; case 11: s(); break; case 13: q(); break; } } results in: ./cc1 -version -O0 -quiet /tmp/x.i GNU C version 3.2 20020615 (experimental) (vax-netbsdelf) compiled by GNU C version 2.95.3 20010315 (release) (NetBSD nb2). /tmp/x.i: In function `xx': /tmp/x.i:18: error: missing barrier after block 0 /tmp/x.i:18: internal compiler error: verify_flow_info failed Please submit a full bug report, with preprocessed source if appropriate. See for instructions. >Fix: >Release-Note: >Audit-Trail: >Unformatted: