From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26127 invoked by alias); 21 Oct 2009 22:17:56 -0000 Received: (qmail 25894 invoked by uid 22791); 21 Oct 2009 22:17:55 -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, 21 Oct 2009 22:17:50 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id n9LMHkaU001656 for ; Wed, 21 Oct 2009 23:17:47 +0100 Received: from pxi7 (pxi7.prod.google.com [10.243.27.7]) by wpaz1.hot.corp.google.com with ESMTP id n9LMHGri022683 for ; Wed, 21 Oct 2009 15:17:44 -0700 Received: by pxi7 with SMTP id 7so914792pxi.17 for ; Wed, 21 Oct 2009 15:17:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.148.19 with SMTP id v19mr1722724rvd.174.1256163464017; Wed, 21 Oct 2009 15:17:44 -0700 (PDT) In-Reply-To: <38a0d8450910211055g4968b06fie72550732e1dcf4c@mail.gmail.com> References: <38a0d8450910211055g4968b06fie72550732e1dcf4c@mail.gmail.com> Date: Wed, 21 Oct 2009 22:46:00 -0000 Message-ID: <38a0d8450910211517j4af51106qf3f81c169a7e830c@mail.gmail.com> Subject: Re: [patch] Fix PR41764 From: Rafael Espindola To: GCC Patches Cc: Richard Guenther , Diego Novillo , Paul Brook 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/msg01391.txt.bz2 > OK if bootstraps and tests are OK? Looks like this breaks debug generation for fortran: gfortran.dg/debug/pr35154-dwarf2.f scan-assembler (DW_AT_name: "__BLNK__"|"__BLNK__[^\n]*"[^\n]*DW_AT_name) gfortran.dg/debug/pr35154-dwarf2.f scan-assembler (DW_AT_name: "__BLNK__"|"__BLNK__[^\n]*"[^\n]*DW_AT_name) gfortran.dg/debug/pr35154-dwarf2.f scan-assembler (DW_AT_name: "label"|"label[^\n]*"[^\n]*DW_AT_name) gfortran.dg/debug/pr35154-dwarf2.f scan-assembler (DW_AT_name: "label"|"label[^\n]*"[^\n]*DW_AT_name) gfortran.dg/debug/pr35154-dwarf2.f scan-assembler DIE[^\n]*DW_TAG_common_bl= ock gfortran.dg/debug/pr35154-dwarf2.f scan-assembler DIE[^\n]*DW_TAG_common_bl= ock gfortran.dg/debug/pr35154-dwarf2.f scan-assembler DIE[^\n]*DW_TAG_common_bl= ock gfortran.dg/debug/pr35154-dwarf2.f scan-assembler DIE[^\n]*DW_TAG_common_bl= ock gfortran.dg/debug/pr35154-stabs.f scan-assembler .stabs.*"__BLNK__",226 gfortran.dg/debug/pr35154-stabs.f scan-assembler .stabs.*"__BLNK__",228 gfortran.dg/debug/pr35154-stabs.f scan-assembler .stabs.*"label_",226 gfortran.dg/debug/pr35154-stabs.f scan-assembler .stabs.*"label_",228 gfortran.dg/debug/pr37738.f scan-assembler-times DIE[^\n]*DW_TAG_common_blo= ck 3 gfortran.dg/debug/pr37738.f scan-assembler-times DIE[^\n]*DW_TAG_common_blo= ck 3 Will try to debug, but could really use some help from someone that knows fortran (and gfortran). Cheers, --=20 Rafael =C3=81vila de Esp=C3=ADndola