From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12312 invoked by alias); 31 Oct 2002 23:19:07 -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 12260 invoked from network); 31 Oct 2002 23:19:06 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 31 Oct 2002 23:19:06 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9VNHlP05397; Thu, 31 Oct 2002 18:17:47 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9VNJ0l02459; Thu, 31 Oct 2002 18:19:05 -0500 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9VNIxD23580; Thu, 31 Oct 2002 15:18:59 -0800 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9VNIvW05333; Thu, 31 Oct 2002 15:18:57 -0800 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Thu, 31 Oct 2002 15:19:00 -0000 From: Richard Henderson To: Graham Stott Cc: gcc-patches@gcc.gnu.org Subject: Re: [Fwd: Re: ada/8358: Ada accesses freed memory] Message-ID: <20021031231857.GH5029@redhat.com> Mail-Followup-To: Richard Henderson , Graham Stott , gcc-patches@gcc.gnu.org References: <3DC17917.6020808@btinternet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DC17917.6020808@btinternet.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-10/txt/msg01970.txt.bz2 On Thu, Oct 31, 2002 at 06:40:23PM +0000, Graham Stott wrote: > * trans.c (gnu_pending_elaboration_lists): New GC root. > (build_unit_elab): Use.. Ok. r~