From patchwork Thu Sep 2 14:14:34 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 63484 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 68CA8B718A for ; Fri, 3 Sep 2010 00:14:51 +1000 (EST) Received: (qmail 24088 invoked by alias); 2 Sep 2010 14:14:43 -0000 Received: (qmail 24070 invoked by uid 22791); 2 Sep 2010 14:14:42 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from vsmtp3.tin.it (HELO vsmtp3.tin.it) (212.216.176.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Sep 2010 14:14:37 +0000 Received: from [192.168.0.4] (79.52.194.210) by vsmtp3.tin.it (8.5.113) id 4BCE36060A450206; Thu, 2 Sep 2010 16:14:34 +0200 Message-ID: <4C7FB14A.9080508@oracle.com> Date: Thu, 02 Sep 2010 16:14:34 +0200 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" CC: libstdc++ Subject: [v3] libstdc++/40974 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, let's see is we are at least making progress. Applied mainline only, after a sanity check on x86_64-linux. Paolo. /////////////////////// 2010-09-02 Paolo Carlini PR libstdc++/40974 * include/Makefile.am: Add -nostdinc++ to PCHFLAGS. * include/Makefile.in: Regenerate. Index: include/Makefile.am =================================================================== --- include/Makefile.am (revision 163769) +++ include/Makefile.am (working copy) @@ -904,7 +904,7 @@ ${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir} pch_output_anchors = \ ${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor} -PCHFLAGS=-x c++-header $(CXXFLAGS) +PCHFLAGS=-x c++-header -nostdinc++ $(CXXFLAGS) if GLIBCXX_BUILD_PCH pch_build = ${pch_output} else