2017-10-11 Martin Liska <mliska@suse.cz>
* print-rtl.c (print_insn): Move declaration of idbuf
to same scope as name.
From-SVN: r253639
+2017-10-11 Martin Liska <mliska@suse.cz>
+
+ * print-rtl.c (print_insn): Move declaration of idbuf
+ to same scope as name.
+
2017-10-11 Martin Liska <mliska@suse.cz>
Revert r253637:
case DEBUG_INSN:
{
const char *name = "?";
+ char idbuf[32];
if (DECL_P (INSN_VAR_LOCATION_DECL (x)))
{
tree id = DECL_NAME (INSN_VAR_LOCATION_DECL (x));
- char idbuf[32];
if (id)
name = IDENTIFIER_POINTER (id);
else if (TREE_CODE (INSN_VAR_LOCATION_DECL (x))