From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7241 invoked by alias); 2 Sep 2007 21:59:38 -0000 Received: (qmail 7228 invoked by uid 22791); 2 Sep 2007 21:59:37 -0000 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.31) with ESMTP; Sun, 02 Sep 2007 21:59:32 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 42D313914F; Sun, 2 Sep 2007 23:59:29 +0200 (CEST) Date: Sun, 02 Sep 2007 21:59:00 -0000 From: Gerald Pfeifer To: bkoz cc: Krister Walfridsson , libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [v3] system_error In-Reply-To: <9f71cef00708291026u6829623fw44aee5579ec3d9ab@mail.gmail.com> Message-ID: References: <20070823111302.37a4eef9@concorde.artheist.org> <20070824102330.33bb1502@concorde.artheist.org> <20070827155428.4d5717c4@concorde.artheist.org> <9f71cef00708291026u6829623fw44aee5579ec3d9ab@mail.gmail.com> 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: 2007-09/txt/msg00081.txt.bz2 On Wed, 29 Aug 2007, bkoz wrote: >> Is this something you are planning to do? Right now your patch broke >> the bootstrap on FreeBSD, and I do not have a setup where I could fix >> this myself. > I'll fix these today. Cygwin issues will have to wait a bit. Thanks! I'm happy to confirm, even with a bit of delay on my side, that indeed FreeBSD is now happily (and correctly) building again. Gerald