From patchwork Sat Apr 5 11:30:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Dominique_d=27Humi=C3=A8res?= X-Patchwork-Id: 337144 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6ACE91400E3 for ; Sat, 5 Apr 2014 22:30:44 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :to:cc:subject:mime-version:content-type :content-transfer-encoding:message-id:from; q=dns; s=default; b= FJ44m9Zg0Q+8qLAp8W8twQkmgvk+BjNyrNpGzaQi/hMsLkE8kzkQBI7rAQOdUDx4 yjupqiRxUdkPWuxtvAFI/TPva4SKUpwYUN/t7PTKl5faaZQTfC4hDLWqCUnfvrQ7 GtWGCUyUOY3OR1m3uXIscugv2sUM2O+bWkcHDJ0veT4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :to:cc:subject:mime-version:content-type :content-transfer-encoding:message-id:from; s=default; bh=KeHjJm sC3Bs0WOGNEqCrJqtOFLY=; b=hVMcxsbIFhB5Wov3AIq2AchcFE8VIKM1SRA2dN krOT+OLGEVkkWSt7o5QaOPrHY4UtAhjs3w+aNK0ucuiJ5h3kFb7eUggvsSngBXcj Wb7cv3eB6K0+3kG5U3sY7YCcknklq3Z9iioHUO1xuCWwf9WRphH3PygaayPeiywY hx7aI= Received: (qmail 4491 invoked by alias); 5 Apr 2014 11:30:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 4482 invoked by uid 89); 5 Apr 2014 11:30:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 05 Apr 2014 11:30:35 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id s35BUWHD062034 ; Sat, 5 Apr 2014 13:30:32 +0200 (CEST) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id A54E076; Sat, 5 Apr 2014 13:30:32 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fhduw5QBa9yw; Sat, 5 Apr 2014 13:30:32 +0200 (CEST) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 979B0107; Sat, 5 Apr 2014 13:30:32 +0200 (CEST) Date: Sat, 05 Apr 2014 13:30:32 +0200 To: gcc-patches@gcc.gnu.org Cc: burnus@net-b.de Subject: [Patch, committed] Adjust gfortran.dg/warn_conversion_4.f90 User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Message-Id: <20140405113032.979B0107@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) The test gfortran.dg/warn_conversion_4.f90 has to be adjusted after r209133. Committed as obvious as r209151. Dominique Index: gcc/testsuite/ChangeLog =================================================================== --- gcc/testsuite/ChangeLog (revision 209150) +++ gcc/testsuite/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2014-04-05 Dominique d'Humieres + + * gfortran.dg/warn_conversion_4.f90: Adjust test. + 2014-05-04 Pitchumani Sivanupandi * gcc.target/avr/dev-specific-rmw.c: New test. Index: gcc/testsuite/gfortran.dg/warn_conversion_4.f90 =================================================================== --- gcc/testsuite/gfortran.dg/warn_conversion_4.f90 (revision 209150) +++ gcc/testsuite/gfortran.dg/warn_conversion_4.f90 (working copy) @@ -11,8 +11,8 @@ subroutine test integer :: x x = int (abs (cmplx(2.3,0.1))) - x = int (abs (cmplx(2.3_dp,0.1))) ! { dg-warning "Conversion from REAL.8. to default-kind COMPLEX.4. at .1. might loose precision, consider using the KIND argument" } - x = int (abs (cmplx(2.3,0.1_dp))) ! { dg-warning "Conversion from REAL.8. to default-kind COMPLEX.4. at .1. might loose precision, consider using the KIND argument" } - x = int (abs (cmplx(2.3_dp,0.1_dp))) ! { dg-warning "Conversion from REAL.8. to default-kind COMPLEX.4. at .1. might loose precision, consider using the KIND argument" } + x = int (abs (cmplx(2.3_dp,0.1))) ! { dg-warning "Conversion from REAL.8. to default-kind COMPLEX.4. at .1. might lose precision, consider using the KIND argument" } + x = int (abs (cmplx(2.3,0.1_dp))) ! { dg-warning "Conversion from REAL.8. to default-kind COMPLEX.4. at .1. might lose precision, consider using the KIND argument" } + x = int (abs (cmplx(2.3_dp,0.1_dp))) ! { dg-warning "Conversion from REAL.8. to default-kind COMPLEX.4. at .1. might lose precision, consider using the KIND argument" } end subroutine test end module fft_mod