From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2768 invoked by alias); 6 Jul 2007 08:16:58 -0000 Received: (qmail 2758 invoked by uid 22791); 6 Jul 2007 08:16:58 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.182) 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 m16so175717waf for ; Fri, 06 Jul 2007 01:16:49 -0700 (PDT) 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:30: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> 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-07/txt/msg00555.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.