From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16054 invoked by alias); 4 Jan 2015 21:28:27 -0000 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 Received: (qmail 16025 invoked by uid 89); 4 Jan 2015 21:28:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients 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; Sun, 04 Jan 2015 21:28:23 +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 t04LSLRB016999 ; Sun, 4 Jan 2015 22:28:21 +0100 (CET) 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 09EAB105; Sun, 4 Jan 2015 22:28:21 +0100 (CET) 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 PAcNVToAdegB; Sun, 4 Jan 2015 22:28:20 +0100 (CET) Received: from [192.168.1.11] (AClermont-Ferrand-551-1-224-171.w86-207.abo.wanadoo.fr [86.207.171.171]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id B35C0100; Sun, 4 Jan 2015 22:28:20 +0100 (CET) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: [Patch, Fortran] Fix previous patch (was: Re: [Patch, Fortran + Testsuite] Fix coarray handling in modules) From: =?windows-1252?Q?Dominique_d=27Humi=E8res?= In-Reply-To: <54A98D2B.1090900@net-b.de> Date: Sun, 04 Jan 2015 21:28:00 -0000 Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org, fxcoudert@gmail.com Content-Transfer-Encoding: quoted-printable Message-Id: References: <20150103102245.BAB57105@mailhost.lps.ens.fr> <54A855FB.3050207@net-b.de> <54A86D6A.2030101@net-b.de> <54A98D2B.1090900@net-b.de> To: Tobias Burnus X-SW-Source: 2015-01/txt/msg00098.txt.bz2 Dear Tobias, I have done a clean bootstrap with your patch and run make -k check-gfortran RUNTESTFLAGS=3D"caf.exp --target_board=3Dunix'{-m32,= -m64}=92"=20 without regression. Thanks, Dominique > Le 4 janv. 2015 =E0 19:57, Tobias Burnus a =E9crit : >=20 > Attached is a regtested patch, which fixes the issue. Additionally, the v= ariable visibility (TREE_PUBLIC) is now depending on the private attribute = (copied from the module var generation) and I mark the tree as DECL_NONALIA= SED. The former I also did for proc-pointers, which is an unrelated patch. >=20 > Build and regtested on x86-64-gnu-linux. > OK for the trunk? >=20