From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31096 invoked by alias); 21 Dec 2012 12:33:14 -0000 Received: (qmail 31077 invoked by uid 22791); 21 Dec 2012 12:33:11 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Dec 2012 12:33:05 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 7E63329004A; Fri, 21 Dec 2012 13:33:11 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Ua9w4UuJQBG; Fri, 21 Dec 2012 13:33:11 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 4ADB2290049; Fri, 21 Dec 2012 13:33:11 +0100 (CET) From: Eric Botcazou To: Richard Biener Cc: gcc-patches@gcc.gnu.org, laurent@guerby.net Subject: Re: [PATCH] Include gmp.h from system.h to fix PR54659 Date: Fri, 21 Dec 2012 12:33:00 -0000 Message-ID: <3740122.r6mJ6GePVQ@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.16-desktop; KDE/4.7.2; x86_64; ; ) In-Reply-To: References: <1566647.uGP6oVgNTF@polaris> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: 2012-12/txt/msg01311.txt.bz2 > The patch looks fine to me (though it's not 100% obvious to me as not only > system headers are now no longer in extern "C" - which is why I simply > tried the un-wrapping). So, if you think that's ok please commit it. Done. -- Eric Botcazou