From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7984 invoked by alias); 23 Jun 2004 01:24:41 -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 7971 invoked from network); 23 Jun 2004 01:24:40 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sourceware.org with SMTP; 23 Jun 2004 01:24:40 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA12915; Tue, 22 Jun 04 21:26:10 EDT Date: Wed, 23 Jun 2004 05:54:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10406230126.AA12915@vlsi1.ultra.nyu.edu> To: mckinlay@redhat.com Subject: Re: Patch to allow Ada to work with tree-ssa Cc: aph@redhat.com, gcc-patches@gcc.gnu.org, java@gcc.gnu.org X-SW-Source: 2004-06/txt/msg01826.txt.bz2 Yeah, gcj won't work without extra arguments if libgcj isn't installed. Instead you can do this, from the libjava build directory: make check RUNTESTFLAGS="lang.exp=err6" That worked. And more importantly, the fix I mentioned did deal with this test case.