This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix test failure with -fdebug-types-section.
- From: Cary Coutant <ccoutant at google dot com>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 18 Apr 2013 11:52:49 -0700
- Subject: Re: [patch] Fix test failure with -fdebug-types-section.
- References: <20130418184913 dot 2BCCD160B65 at ccoutant dot mtv dot corp dot google dot com>
> 2013-04-18 Cary Coutant <ccoutant@google.com>
>
> gcc/
> * dwarf2out.c (output_pubnames ):
>
> gcc/testsuite/
> * g++.dg/debug/dwarf2/pubnames-2.C: Add -fno-debug-types-section.
> * g++.dg/debug/dwarf2/pubnames-3.C: New test case.
Sorry, I didn't get the complete ChangeLog entry into the email. The
dwarf2out.c entry should be:
* dwarf2out.c (output_pubnames): Check die_perennial_p of
parent instead of die_mark.
-cary