From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11281 invoked by alias); 23 Apr 2003 06:06: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 11249 invoked by uid 71); 23 Apr 2003 06:06:00 -0000 Resent-Date: 23 Apr 2003 06:06:00 -0000 Resent-Message-ID: <20030423060600.11248.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, java-prs@gcc.gnu.org, Matt Zimmerman Resent-Reply-To: gcc-gnats@gcc.gnu.org, 189545@bugs.debian.org Received: (qmail 8580 invoked from network); 23 Apr 2003 06:01:03 -0000 Received: from unknown (HELO hirsch.in-berlin.de) (192.109.42.6) by sources.redhat.com with SMTP; 23 Apr 2003 06:01:03 -0000 Received: from tango.net.local (mail@dsl-213-023-155-233.arcor-ip.net [213.23.155.233]) (authenticated bits=0) by hirsch.in-berlin.de (8.12.9/8.12.9/Debian-1) with ESMTP id h3N611CU025892 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Wed, 23 Apr 2003 08:01:02 +0200 Received: from doko by tango.net.local with local (Exim 4.12 #1 (Debian) [+araqnid]) id 198DJT-0002hh-00; Wed, 23 Apr 2003 08:00:59 +0200 Message-Id: Date: Wed, 23 Apr 2003 06:06:00 -0000 From: Matthias Klose Reply-To: 189545@bugs.debian.org To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: Matt Zimmerman Subject: java/10459: [3.3/3.4 regression] ICE with certain expressions as 3rd clause of for loop X-SW-Source: 2003-04/txt/msg00956.txt.bz2 List-Id: >Number: 10459 >Category: java >Synopsis: [3.3/3.4 regression] ICE with certain expressions as 3rd clause of for loop >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Wed Apr 23 06:06:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Matt Zimmerman >Release: >Organization: The Debian Project >Environment: >Description: [ Reported to the Debian BTS as report #189545. Please CC 189545@bugs.debian.org on replies. Log of report can be found at http://bugs.debian.org/189545 ] Rechecked with 3.3 20030415 and 3.4 20030418 there:[/tmp] gcj-3.3 -C ICE.java ICE.java:4: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. zsh: exit 1 gcj-3.3 -C ICE.java ----------------------- public class ICE { public void aMethod() { for (; ;someclass.othermethod().someothermethod()); } } ----------------------- Matt adds: I tried my tests on a woody system (gcj 3.0.4-5). It is able to compile the original source file, and correctly throws an error on my contrived test case, so this is a regression. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: