From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18565 invoked by alias); 7 Aug 2007 21:33:10 -0000 Received: (qmail 18413 invoked by uid 22791); 7 Aug 2007 21:33:09 -0000 X-Spam-Check-By: sourceware.org Received: from e2.ny.us.ibm.com (HELO e2.ny.us.ibm.com) (32.97.182.142) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Aug 2007 21:33:03 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l77LX1SW000496 for ; Tue, 7 Aug 2007 17:33:01 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.4) with ESMTP id l77LX1Ie524374 for ; Tue, 7 Aug 2007 17:33:01 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l77LX0Zl003296 for ; Tue, 7 Aug 2007 17:33:00 -0400 Received: from [9.47.18.89] (dyn9047018089.beaverton.ibm.com [9.47.18.89]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l77LX0jZ003274; Tue, 7 Aug 2007 17:33:00 -0400 Subject: Re: Patch to check for stdint.h in gfortran.dg/c_kind_params.f90 From: Janis Johnson Reply-To: janis187@us.ibm.com To: sje@cup.hp.com Cc: gcc-patches@gcc.gnu.org In-Reply-To: <200708072054.NAA25988@hpsje.cup.hp.com> References: <200708072054.NAA25988@hpsje.cup.hp.com> Content-Type: text/plain Date: Tue, 07 Aug 2007 21:33:00 -0000 Message-Id: <1186522381.6468.6.camel@janis-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-08/txt/msg00464.txt.bz2 On Tue, 2007-08-07 at 13:54 -0700, Steve Ellcey wrote: > This patch stops the gfortran.dg/c_kind_params.f90 from running on > systems that don't have stdint.h. The test includes the C file > c_kinds.c and that file includes , so if the system doesn't > have that header (and the int32_t and int64_t types), the test should > not be run. > > Tested on HPPA HP-UX, IA64 HP-UX, and IA64 Linux. OK for checkin? OK. Janis