From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27929 invoked by alias); 7 Jan 2009 12:44:38 -0000 Received: (qmail 27921 invoked by uid 22791); 7 Jan 2009 12:44:38 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jan 2009 12:44:26 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n07Ci1aC013881; Wed, 7 Jan 2009 07:44:01 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n07Ci1xp002761; Wed, 7 Jan 2009 07:44:01 -0500 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n07ChxGN031197; Wed, 7 Jan 2009 07:44:00 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n07Chvpm024882; Wed, 7 Jan 2009 13:43:57 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n07ChuwY024878; Wed, 7 Jan 2009 13:43:56 +0100 Date: Wed, 07 Jan 2009 12:44:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Markus Deuling Subject: Re: [patch] Testsuite: Fortran: 6.8 regression + gfortran updates Message-ID: <20090107124356.GA24803@host0.dyn.jankratochvil.net> References: <20081208181523.GA23831@host0.dyn.jankratochvil.net> <20081229034845.GF4216@adacore.com> <20090106140516.GA16916@host0.dyn.jankratochvil.net> <20090107051404.GI3664@adacore.com> <20090107073754.GA30904@host0.dyn.jankratochvil.net> <20090107084640.GK3664@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090107084640.GK3664@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00093.txt.bz2 On Wed, 07 Jan 2009 09:46:40 +0100, Joel Brobecker wrote: > > +# (gfortran-4.1|gfortran-4.3). Other Fortran compilers would need other > > +# expect-strings. > > Normally, we try to use full sentences in comments. For some reason I mistakenly considered this case as an exception; understood. > /* Depending on the compiler version being used, the name of the 4-byte > integer and real types can be printed differently. For instance, > gfortran-4.1 uses "int4" whereas gfortran-4.3 uses "int(kind=4)". */ Checked in with this comment. Thanks, Jan