From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9170 invoked by alias); 13 Oct 2004 02:47:32 -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 9151 invoked from network); 13 Oct 2004 02:47:31 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.10) by sourceware.org with SMTP; 13 Oct 2004 02:47:31 -0000 Received: (qmail 32284 invoked from network); 13 Oct 2004 02:47:10 -0000 Received: from localhost (HELO ?10.253.176.35?) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 13 Oct 2004 02:47:11 -0000 Message-ID: <416C972C.3030300@codesourcery.com> Date: Wed, 13 Oct 2004 02:51:00 -0000 From: Mark Mitchell Organization: CodeSourcery, LLC User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 MIME-Version: 1.0 To: Ben Elliston CC: gcc-patches@gcc.gnu.org Subject: Re: PATCH: edge_iterator reallocation safety References: <87acusjwlp.fsf@au.ibm.com> In-Reply-To: <87acusjwlp.fsf@au.ibm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg01070.txt.bz2 Ben Elliston wrote: >This patch makes edge_iterators safe against reallocation by >VEC_safe_insert() and friends. Tested with bootstrap and regression >testsuite run. > >Okay for mainline? > > OK. -- Mark Mitchell CodeSourcery, LLC (916) 791-8304 mark@codesourcery.com