From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25780 invoked by alias); 30 Jul 2007 13:05:11 -0000 Received: (qmail 25763 invoked by uid 22791); 30 Jul 2007 13:05:10 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.169) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jul 2007 13:05:08 +0000 Received: by ug-out-1314.google.com with SMTP id m2so1183778ugc for ; Mon, 30 Jul 2007 06:05:06 -0700 (PDT) Received: by 10.67.32.6 with SMTP id k6mr5207561ugj.1185800706106; Mon, 30 Jul 2007 06:05:06 -0700 (PDT) Received: from ?192.168.0.190? ( [193.63.80.43]) by mx.google.com with ESMTPS id q40sm2630637ugc.2007.07.30.06.05.04 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jul 2007 06:05:04 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: GFORTRAN list , GCC-patches list From: FX Coudert Subject: [libgfortran,committed] Have libgfortran.h include Date: Mon, 30 Jul 2007 13:39:00 -0000 X-Mailer: Apple Mail (2.752.3) 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-07/txt/msg02107.txt.bz2 This patch, committed as rev. 127060, fixes bootstrap on i386-pc- minw32; without including , compilation of the library fails with gfortran choking on the st_vprintf prototype, which contains va_list (although I wondered why it doesn't appear on linux). Committed after bootstrap on both i386-mingw32 and i686-linux. FX Index: ChangeLog =================================================================== --- ChangeLog (revision 127059) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2007-07-30 Francois-Xavier Coudert + + * libgfortran.h: Include . + 2007-07-29 Thomas Koenig PR libfortran/32858 Index: libgfortran.h =================================================================== --- libgfortran.h (revision 127059) +++ libgfortran.h (working copy) @@ -35,6 +35,7 @@ Boston, MA 02110-1301, USA. */ #include #include #include +#include #ifndef M_PI #define M_PI 3.14159265358979323846264338327