Index: gcc/jit/ChangeLog =================================================================== --- gcc/jit/ChangeLog (revision 233221) +++ gcc/jit/ChangeLog (revision 233222) @@ -1,3 +1,9 @@ +2016-02-08 David Malcolm + + * dummy-frontend.c (jit_langhook_init): Remove + second argument to build_common_tree_nodes to + track r233218. + 2016-01-23 Iain Buclaw * jit-playback.c: Include pthread.h. Index: gcc/jit/dummy-frontend.c =================================================================== --- gcc/jit/dummy-frontend.c (revision 233221) +++ gcc/jit/dummy-frontend.c (revision 233222) @@ -105,7 +105,7 @@ registered_root_tab = true; } - build_common_tree_nodes (false, false); + build_common_tree_nodes (false); /* I don't know why this has to be done explicitly. */ void_list_node = build_tree_list (NULL_TREE, void_type_node);