From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20488 invoked by alias); 15 Sep 2009 08:15:21 -0000 Received: (qmail 20458 invoked by uid 22791); 15 Sep 2009 08:15:19 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_PASS X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Sep 2009 08:15:14 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id DF3B51E077; Tue, 15 Sep 2009 10:15:10 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 041691005D; Tue, 15 Sep 2009 10:15:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id D804710059; Tue, 15 Sep 2009 10:15:10 +0200 (CEST) Date: Tue, 15 Sep 2009 08:15:00 -0000 From: Gerald Pfeifer To: Richard Guenther cc: David Edelsohn , Richard Guenther , Richard Henderson , gcc-patches@gcc.gnu.org, Diego Novillo Subject: Re: [PATCH] Merge from LTO: eh_personality changes In-Reply-To: Message-ID: References: <303e1d290909131942w621302b2m8433c4316b567809@mail.gmail.com> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00978.txt.bz2 On Mon, 14 Sep 2009, Richard Guenther wrote: >> This patch broke bootstrap on AIX: > Doh, I forgot about that path. Fixed like the following, committed as > obvious. Can you verify this restores bootstrap? I cannot test on AIX, but FreeBSD is back to working. Thanks for the quick fix, Richi! Gerald