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: [RFA] gcj PR debug/40990


Dodji Seketeli wrote:
> Hello,
> 
> In this PR gcj outputs decl names to .debug_pubname with too much
> information as it outputs function parameters etc ...
> 
> The problem is that lang_printable_name prints full information even when
> passed a verbosity set to 1. The comment of decl_printable_name in
> langhooks.h says that verbosity below 2 should not print full decl information.
> 
> Fixed thus.
> 
> The attached patchlet passes bootstrap and regtests on trunk.
> 
> OK for trunk ?

Mmm, looks OK, but can you tell me what actual effect this has on
debuginfo?

Andrew.


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