dwarf2out.c (gen_type_die_with_usage): Call verify_type.
authorJan Hubicka <hubicka@gcc.gnu.org>
Thu, 30 Apr 2015 02:45:54 +0000 (02:45 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 30 Apr 2015 02:45:54 +0000 (02:45 +0000)
commitb0845a1e51f8c1f3e9e02049a2407321e22ad0b9
treec055c1c170c01ef4e61d0784cef0bc2b574383cf
parente022edafa0e797ed9c15663e083bbaa3f4b8dff7
dwarf2out.c (gen_type_die_with_usage): Call verify_type.

* dwarf2out.c (gen_type_die_with_usage): Call verify_type.
* ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
bugus variants.
* tree.c: Include print-tree.h and ipa-utils.h
(free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
(free_lang_data_in_cgraph): Call verify_type.
(verify_type_variant): New function.
(verify_type): New function.
* tree.h (verify_type): Declare.

* lto.c (lto_fixup_state): Call verify_type.

From-SVN: r222606
gcc/ChangeLog
gcc/dwarf2out.c
gcc/ipa-chkp.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/tree.c
gcc/tree.h