This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch aoliva/libcp1 in repository gcc.
commit a09ca4aeca283f0befd26bd3ddfc63c3e747488e Author: Alexandre Oliva aoliva@redhat.com Date: Tue Jun 9 03:31:34 2015 -0300
Update libcp1plugin build_enumerator call to match cc1plus change. --- libcc1/libcp1plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc index 543dc4c..b0d1cb0 100644 --- a/libcc1/libcp1plugin.cc +++ b/libcc1/libcp1plugin.cc @@ -665,7 +665,7 @@ plugin_build_add_enum_constant (cc1_plugin::connection *, gcc_assert (TREE_CODE (enum_type) == ENUMERAL_TYPE);
build_enumerator (get_identifier (name), build_int_cst (enum_type, value), - enum_type, BUILTINS_LOCATION); + enum_type, NULL_TREE, BUILTINS_LOCATION);
return 1; }