2012-04-19 Richard Guenther <rguenther@suse.de>
* symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
for dumping DECL_SECTION_NAME.
From-SVN: r186594
+2012-04-19 Richard Guenther <rguenther@suse.de>
+
+ * symtab.c (dump_symtab_base): Use TREE_STRING_POINTER
+ for dumping DECL_SECTION_NAME.
+
2012-04-19 Michael Matz <matz@suse.de>
PR middle-end/52977
fprintf (f, " one_only");
if (DECL_SECTION_NAME (node->symbol.decl))
fprintf (f, " section_name:%s",
- IDENTIFIER_POINTER (DECL_SECTION_NAME (node->symbol.decl)));
+ TREE_STRING_POINTER (DECL_SECTION_NAME (node->symbol.decl)));
if (DECL_VISIBILITY_SPECIFIED (node->symbol.decl))
fprintf (f, " visibility_specified");
if (DECL_VISIBILITY (node->symbol.decl))