From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20275 invoked by alias); 28 Oct 2009 14:25:44 -0000 Received: (qmail 20255 invoked by uid 22791); 28 Oct 2009 14:25:43 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Oct 2009 14:25:40 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id n9SEPaps009358; Wed, 28 Oct 2009 14:25:37 GMT Received: from pzk16 (pzk16.prod.google.com [10.243.19.144]) by zps76.corp.google.com with ESMTP id n9SEP0vf010946; Wed, 28 Oct 2009 07:25:34 -0700 Received: by pzk16 with SMTP id 16so606012pzk.1 for ; Wed, 28 Oct 2009 07:25:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.61.23 with SMTP id j23mr1460443wfa.323.1256739933912; Wed, 28 Oct 2009 07:25:33 -0700 (PDT) In-Reply-To: <38a0d8450910271648m76a92c3as1b8a8ee9404cc7e1@mail.gmail.com> References: <38a0d8450910211055g4968b06fie72550732e1dcf4c@mail.gmail.com> <38a0d8450910211517j4af51106qf3f81c169a7e830c@mail.gmail.com> <38a0d8450910261141i5f4dda4erfd4122c388f2f240@mail.gmail.com> <38a0d8450910271648m76a92c3as1b8a8ee9404cc7e1@mail.gmail.com> Date: Wed, 28 Oct 2009 14:27:00 -0000 Message-ID: <38a0d8450910280725k575ed490i5ec051d5e8e2b91a@mail.gmail.com> Subject: Re: [patch] Fix PR41764 From: Rafael Espindola To: GCC Patches Cc: Richard Guenther , Diego Novillo , Fortran List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-10/txt/msg01667.txt.bz2 Adding fortran@gcc.gnu.org > The joys of duplicated code... > > The attached patch fixes the PR, bootstraps and passes the regression > tests. Is it OK? > > gcc/ > 2009-10-27 =C2=A0Rafael Avila de Espindola =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* dbxout.c (dbxout_common_check): Accept non p= ublic trees. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* dwarf2out.c (fortran_common): Accept non pub= lic trees. > > gcc/fortran/ > 2009-10-27 =C2=A0Rafael Avila de Espindola =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* trans-common.c (create_common): Set TREE_PUB= LIC to false on > =C2=A0 =C2=A0 =C2=A0 =C2=A0fake variables. > > Cheers, > -- > Rafael =C3=81vila de Esp=C3=ADndola > Cheers, --=20 Rafael =C3=81vila de Esp=C3=ADndola