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][C++] Fix PR29433, make C++ use a lot less time/memory


Michael Matz wrote:

>> I spotted the same issue as Daniel.  I think that you do need to fix
>> this, buy threading a flag down through the diagnostic routines to cause
>> it to omit the qualifier on the (outermost) declarator.
> 
> Like the patch below.  It introduces TFF_NO_OUTER_SCOPE as formatting 
> flag, and uses it in the new cxx_dwarf_name langhook.

Please spell that as TFF_UNQUALIFIED_NAME, and document as "do not print
the qualifying scope of the top-level entity".

Since Daniel has signed off on the GDB impact, this patch is OK if it
passes the testsuites.

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]