This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/6381: [PATCH] Missing assembler label


The following reply was made to PR c++/6381; it has been noted by GNATS.

From: Mark Mitchell <mark@codesourcery.com>
To: Jason Merrill <jason@redhat.com>,
   "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Cc: "gcc-gnats@gcc.gnu.org" <gcc-gnats@gcc.gnu.org>
Subject: Re: c++/6381: [PATCH] Missing assembler label
Date: Tue, 07 May 2002 10:12:35 -0700

 --On Tuesday, May 07, 2002 04:14:22 PM +0100 Jason Merrill 
 <jason@redhat.com> wrote:
 
 > 6381 is a regression whereby compiling with -g -O causes us to end up with
 > an undefined reference to a static local variable because we wrote out the
 > initializer for another variable in dwarf2out.  The simple fix is to
 > disable the problematic code; it means that the debug info will be
 > somewhat less useful for unexpanded constants, but is safe.
 >
 > Mark, can this go onto the branch?  I'll work on a better fix for the
 > trunk.
 
 Yes, thanks.
 
 --
 Mark Mitchell                   mark@codesourcery.com
 CodeSourcery, LLC               http://www.codesourcery.com
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]