From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8234 invoked by alias); 24 Oct 2014 04:36:29 -0000 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 Received: (qmail 8224 invoked by uid 89); 24 Oct 2014 04:36:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: bes.se.axis.com Received: from bes.se.axis.com (HELO bes.se.axis.com) (195.60.68.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Oct 2014 04:36:27 +0000 Received: from localhost (localhost [127.0.0.1]) by bes.se.axis.com (Postfix) with ESMTP id B871E2E45C; Fri, 24 Oct 2014 06:36:25 +0200 (CEST) Received: from bes.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bes.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id sDYjt1fRVIXS; Fri, 24 Oct 2014 06:36:20 +0200 (CEST) Received: from boulder.se.axis.com (boulder.se.axis.com [10.0.2.104]) by bes.se.axis.com (Postfix) with ESMTP id 8E6552E457; Fri, 24 Oct 2014 06:36:20 +0200 (CEST) Received: from boulder.se.axis.com (localhost [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id 777E67E6; Fri, 24 Oct 2014 06:36:20 +0200 (CEST) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by boulder.se.axis.com (Postfix) with ESMTP id 6C1B14F5; Fri, 24 Oct 2014 06:36:20 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 5FD3D3E298; Fri, 24 Oct 2014 06:36:20 +0200 (CEST) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id s9O4aKQD006293; Fri, 24 Oct 2014 06:36:20 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id s9O4aJWN006289; Fri, 24 Oct 2014 06:36:19 +0200 Date: Fri, 24 Oct 2014 05:02:00 -0000 Message-Id: <201410240436.s9O4aJWN006289@ignucius.se.axis.com> From: Hans-Peter Nilsson To: hp@axis.com CC: rguenther@suse.de, gcc-patches@gcc.gnu.org, jakub@redhat.com In-reply-to: <201410240432.s9O4W6AK006208@ignucius.se.axis.com> (message from Hans-Peter Nilsson on Fri, 24 Oct 2014 06:32:06 +0200) Subject: Re: PATCH: fix breakage from "[PATCH] Fix genmatch linking" MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2014-10/txt/msg02467.txt.bz2 > From: Hans-Peter Nilsson > Date: Fri, 24 Oct 2014 06:32:06 +0200 > The libcpp configure checks are actually run with gcc which is > bogus by itself, but apparently working. I guess the C vs. C++ > declaration etc. differences for libcpp are mostly hidden by > using _GNU_SOURCE (through AC_USE_SYSTEM_EXTENSIONS), and I'm a > bit surprised that's not used for libiberty and fixincludes. Bah, I was confused by a cached value; strike "and fixincludes". > Still, a red herring. brgds, H-P