From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6574 invoked by alias); 22 Jun 2004 20:30:50 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 6560 invoked from network); 22 Jun 2004 20:30:50 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Jun 2004 20:30:50 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5MKUoe1028433; Tue, 22 Jun 2004 16:30:50 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5MKUn031906; Tue, 22 Jun 2004 16:30:49 -0400 Received: from [172.16.14.67] (towel.toronto.redhat.com [172.16.14.67]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i5MKUntn018261; Tue, 22 Jun 2004 16:30:49 -0400 Message-ID: <40D896F9.4030708@redhat.com> Date: Tue, 22 Jun 2004 21:12:00 -0000 From: Bryce McKinlay User-Agent: Mozilla Thunderbird 0.5 (X11/20040502) MIME-Version: 1.0 To: Richard Kenner CC: aph@redhat.com, gcc-patches@gcc.gnu.org, java@gcc.gnu.org Subject: Re: Patch to allow Ada to work with tree-ssa References: <10406222024.AA10193@vlsi1.ultra.nyu.edu> In-Reply-To: <10406222024.AA10193@vlsi1.ultra.nyu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg01795.txt.bz2 Richard Kenner wrote: > I'll provide a more detailed diagnosis tomorrow. It's quite possible, > of course, that you've revealed a bug in the Java gimplification code. > >No, I think it's the case I mentioned in my last message. If so, not too >bad to fix. > >I don't know how to run Java code, though. Can you tell me the command-line >options I need with the file you provided to see the problem? > > gcj err6.java --main=err6 ./a.out Regards Bryce