From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3281 invoked by alias); 6 Jul 2007 08:17:05 -0000 Received: (qmail 3270 invoked by uid 22791); 6 Jul 2007 08:17:04 -0000 X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,DK_SIGNED,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jul 2007 08:16:51 +0000 Received: by wa-out-1112.google.com with SMTP id m16so175716waf for ; Fri, 06 Jul 2007 01:16:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SnMj/+c8K+PpQyBDN1D6XeNnXL55JanY2f1Ux+s3YUPhfr8DS3v6xyV/yrFi9bv11vExIN6mtnO5gaaVpYqZ8l3WXiD2wNiUph+gQxTRWE71pWAzFRdP87aDLIMS8gYYx8nJkc6wP5LtfHwFT8FNHr/FWyl5rJM2nlnWHkI8EcI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SnLqQXNIJQD3ncxOQqzgA7DNcfDwRIrtei4PCUsluWiGa6aIqV5p/xn0XlpC7VH5ywcnz2p949wowPGb3S+1i+wgLKPKj13INwaXVSiU/drCF81TXwcTaayOZiCpt7gS7HX1rlEHAxFOqUbBzqId/4We2gfNk/R1EF7J+eKebPQ= Received: by 10.114.121.1 with SMTP id t1mr447110wac.1183709809048; Fri, 06 Jul 2007 01:16:49 -0700 (PDT) Received: by 10.114.183.6 with HTTP; Fri, 6 Jul 2007 01:16:49 -0700 (PDT) Message-ID: <9784d3ab0707060116u70d09b97nae768647a05d5fc1@mail.gmail.com> Date: Fri, 06 Jul 2007 08:17:00 -0000 From: "Lee Millward" To: "Tobias Burnus" Subject: Re: Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org In-Reply-To: <12337.212.202.24.200.1183703263.squirrel@www.webmail.uni-koeln.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <12337.212.202.24.200.1183703263.squirrel@www.webmail.uni-koeln.de> Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg00115.txt.bz2 Hi Tobias, On 7/6/07, Tobias Burnus wrote: > Hi Lee, > > I only glanced at your patch. > > Lee Millward wrote: > > * gfortran.dg/cmplx_intrinsic_1.f90 > > * gfortran.dg/pr32222.f90: New test. > > * gfortran.dg/pr32238.f90: New test. > > * gfortran.dg/pr32242.f90: New test > > You miss something like > ! { dg-do run } > or > ! { dg-do compile } Isn't this on by default? > For those test cases with modules, you should add > > ! { dg-final { cleanup-modules "MODULE_NAME" } } > > to delete the .mod files after compilation. > Thanks for that, I didn't know about that directive so I'll add it in and retest. Cheers, Lee.