Commit df649a1c by Aldy Hernandez Committed by Aldy Hernandez

* dwarf2out.c (check_die): Protect with ENABLE_CHECKING.

From-SVN: r224431
parent d8204b12
2015-06-12 Aldy Hernandez <aldyh@redhat.com>
* dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
2015-06-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
......
......@@ -5687,6 +5687,7 @@ debug_dwarf (void)
print_die (comp_unit_die (), stderr);
}
#ifdef ENABLE_CHECKING
/* Sanity checks on DIEs. */
static void
......@@ -5749,6 +5750,7 @@ check_die (dw_die_ref die)
&& a->dw_attr != DW_AT_GNU_all_call_sites);
}
}
#endif
/* Start a new compilation unit DIE for an include file. OLD_UNIT is the CU
for the enclosing include file, if any. BINCL_DIE is the DW_TAG_GNU_BINCL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment