From patchwork Tue Jul 9 09:58:13 2013 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: 257681 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 5C9342C02CF for ; Tue, 9 Jul 2013 19:58:28 +1000 (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= rcITdk1j+tpDejVIg6vlkBCm/KJ/s72t/wDx6Fm/dssbHNqqE79URbcds2Uu+MIO pYLQ/m0BCXKQhUS9v0tD5fJcaQrjwvYMA6XO4IT8hvgNA0OHtquPlItl/fv82JmG 1hG9duZfbX1inOeHTneotkRW43i5qxTOlUZssjt0fQ8= 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=B+L5IY 52wezioRORy1yO8WP+N4A=; b=HVfx8FUQFIN2jYoKBIT2eKNzyPHHW+HO2J7id9 IWROLH7Bir4iE2yenJZIm8uw+b0qc0Wo5zNJLuJSUpRxBKAlyUosMsSz3LzYSBvd 7NM6GpdeCQc1PEeGxZAN5iO8ZqQ5ZCbpLB2Xy6xZZ3QfcOjX2ovtcdqHYsY9PXgL /CdS8= Received: (qmail 18929 invoked by alias); 9 Jul 2013 09:58:18 -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 18911 invoked by uid 89); 9 Jul 2013 09:58:17 -0000 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_NO, RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 09 Jul 2013 09:58:16 +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 r699wDw0043416 ; Tue, 9 Jul 2013 11:58:13 +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 9E5823BE25; Tue, 9 Jul 2013 11:58:13 +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 pqxf7TTPVwgc; Tue, 9 Jul 2013 11:58:13 +0200 (CEST) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id 8D7AE3BE27; Tue, 9 Jul 2013 11:58:13 +0200 (CEST) Date: Tue, 09 Jul 2013 11:58:13 +0200 To: fortran@gcc.gnu.org Cc: gcc-patches@gcc.gnu.org, burnus@net-b.de Subject: Re: *ping* - Re: [Patch, Fortran] Add end-of-scope finalization (Part 2 of 2) User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Message-Id: <20130709095813.8D7AE3BE27@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) Dear Tobias, The following patch prevents the warning to generate a FAIL: Cheers, Dominique --- /opt/gcc/_clean/gcc/testsuite/gfortran.dg/class_48.f90 2012-02-05 22:03:27.000000000 +0100 +++ /opt/gcc/work/gcc/testsuite/gfortran.dg/class_48.f90 2013-07-01 19:44:06.000000000 +0200 @@ -158,4 +158,6 @@ call test2 () call test3 () call test4 () end +! TODO remove the kludge below after the spurious warning has been fixed. +! { dg-prune-output ".*invokes undefined behavior.*" }