This is the mail archive of the gcc-patches@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: [PATCH] Conditionalize maybe_suppress_debug_info in gcc/cp/search.c


Carlos O'Donell wrote:
> On Thu, Mar 16, 2006 at 09:17:06AM -0800, Mark Mitchell wrote:
>> "Instead of emitting debugging information for a C++ class in only one
>> object file, emit it in all object files using the class.  This option
>> should be used only with debuggers that are unable to handle the way GCC
>> normally emits debugging information for classes because using this
>> option will increase the size of debugging information by as much as a
>> factor of two."
>>
>> Technically, I think the patch is fine, but I do not want to approve it
>> unilaterally.
> 
> Ping?

It's been a week, and there have been no objections, so I'll approve the
patch.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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