From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4686 invoked by alias); 2 Jun 2009 21:16:18 -0000 Received: (qmail 4667 invoked by uid 22791); 2 Jun 2009 21:16:17 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from outpost1.zedat.fu-berlin.de (HELO outpost1.zedat.fu-berlin.de) (130.133.4.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Jun 2009 21:16:13 +0000 Received: from relay1.zedat.fu-berlin.de ([130.133.4.67]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1MBbL8-0003Tg-J1>; Tue, 02 Jun 2009 23:16:10 +0200 Received: from smart.physik.fu-berlin.de ([160.45.66.6] helo=[127.0.0.1]) by relay1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1MBbL8-0002PQ-FI>; Tue, 02 Jun 2009 23:16:10 +0200 Message-ID: <4A259699.7030406@net-b.de> Date: Tue, 02 Jun 2009 21:16:00 -0000 From: Tobias Burnus User-Agent: Thunderbird 2.0.0.21 (X11/20090310) MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: *PING* Re: [Patch, Fortran] Replace intmax_type_node by INTMAX_TYPE References: <20090529215008.GA27634@net-b.de> In-Reply-To: <20090529215008.GA27634@net-b.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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-06/txt/msg00210.txt.bz2 *PING* Patch: http://gcc.gnu.org/ml/fortran/2009-05/msg00437.html Tobias Tobias Burnus wrote: > Hello all, > > since gfortran now uses default.h to access the stdint.h > macros, it makes sense to replace our own definition > of intmax_type_node by INTMAX_TYPE. This was suggested > by Michael and Joseph, cf. > http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01245.html > http://gcc.gnu.org/ml/gcc-patches/2009-05/msg01095.html > > The attached patch was send me by FX. Build and regtested > on x86-84-linux. OK for the trunk? > > Tobias >