From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23669 invoked by alias); 6 Jul 2007 06:27:54 -0000 Received: (qmail 23652 invoked by uid 22791); 6 Jul 2007 06:27:53 -0000 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME X-Spam-Check-By: sourceware.org Received: from smtp-out.rrz.uni-koeln.de (HELO smtp-out.rrz.uni-koeln.de) (134.95.19.53) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jul 2007 06:27:46 +0000 Received: from smtp.uni-koeln.de (lvr5.rrz.uni-koeln.de [134.95.19.103]) by smtp-out.rrz.uni-koeln.de (8.13.7/8.13.7) with ESMTP id l666Rhlw003683; Fri, 6 Jul 2007 08:27:43 +0200 Received: from mail.ph2.uni-koeln.de (mail.ph2.uni-koeln.de [134.95.66.206]) by smtp.uni-koeln.de (8.12.11.20060308/8.12.11) with ESMTP id l666Rhcu017194; Fri, 6 Jul 2007 08:27:43 +0200 Received: from ph2.uni-koeln.de (voyager.lfap.ph2.uni-koeln.de [134.95.66.121]) by mail.ph2.uni-koeln.de (Postfix) with SMTP id 67F3FC045; Fri, 6 Jul 2007 08:27:48 +0200 (CEST) Received: from 212.202.24.200 (SquirrelMail authenticated user burnus) by www.webmail.uni-koeln.de with HTTP; Fri, 6 Jul 2007 08:27:43 +0200 (CEST) Message-ID: <12337.212.202.24.200.1183703263.squirrel@www.webmail.uni-koeln.de> Date: Fri, 06 Jul 2007 06:27:00 -0000 Subject: Re: From: "Tobias Burnus" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: , X-Mailer: SquirrelMail (version 1.2.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new 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/msg00114.txt.bz2 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 } For those test cases with modules, you should add ! { dg-final { cleanup-modules "MODULE_NAME" } } to delete the .mod files after compilation. Tobias