tree.c (free_lang_data_in_type): Free TREE_PURPOSE of TYPE_ARG_TYPES list.
authorJan Hubicka <hubicka@ucw.cz>
Sun, 10 May 2015 21:03:15 +0000 (23:03 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 10 May 2015 21:03:15 +0000 (21:03 +0000)
commit15296d46dec964f4f2fea572c183462dbd96e576
treeeff4cc7d99e6fb6b5bb97e85911269f526cc1081
parente587377d38dc7aa230f103008851147021bcb624
tree.c (free_lang_data_in_type): Free TREE_PURPOSE of TYPE_ARG_TYPES list.

* tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
TYPE_ARG_TYPES list.
(verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
* tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES

From-SVN: r222984
gcc/ChangeLog
gcc/tree.c
gcc/tree.def