From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32764 invoked by alias); 24 Oct 2009 11:12:00 -0000 Received: (qmail 32753 invoked by uid 22791); 24 Oct 2009 11:11:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-vw0-f178.google.com (HELO mail-vw0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Oct 2009 11:11:54 +0000 Received: by vws8 with SMTP id 8so835667vws.0 for ; Sat, 24 Oct 2009 04:11:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.66.41 with SMTP id l41mr3513149vci.85.1256382711794; Sat, 24 Oct 2009 04:11:51 -0700 (PDT) In-Reply-To: <4AE23B7C.1010509@redhat.com> References: <4AE23B7C.1010509@redhat.com> Date: Sat, 24 Oct 2009 11:13:00 -0000 Message-ID: <84fc9c000910240411s57c86024jd4eb81e3b05fcdc6@mail.gmail.com> Subject: Re: [PATCH] Fix graphite configure w/o ppl/cloog From: Richard Guenther To: Jason Merrill Cc: Richard Guenther , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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-10/txt/msg01511.txt.bz2 On Sat, Oct 24, 2009 at 1:25 AM, Jason Merrill wrote: > Incidentally, due to the recent breakage with libstdc++ symbol versions, I > noticed that linking against PPL (which is linked against libstdc++) means > that now while running the C++ testsuite, cc1plus loads the just-built > libstdc++. Which is nothing bad, right? Richard.