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]

[Google 4.8] Fix up size of pubnames in the presence of pruned enumerators


Hi Cary,

Google 4.8 calculates the size of pubnames incorrectly in the presence
of pruned enumerators. The logic in size_of_pubnames should match that
in output_pubnames.

The enclosed patch fixes that.

OK for google 4.8?

Sterling

gcc/ChangeLog

2013-07-12  Sterling Augustine  <saugustine@google.com>

	* dwarf2out.c (include_pubname_in_output): Consider die tags and
	parents.

Attachment: pubnames.patch
Description: Binary data


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