diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-25 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-25 00:16:27 +0000 |
commit | a2b7397b501378815d1b6c5beb7cbda21f2e4ad7 (patch) | |
tree | bb833290f8ccd0cb3af463c97e49941dd8f5d318 /libcc1 | |
parent | 942ab9e9d4ff1da711daad3e8c71c57fd4c14035 (diff) | |
download | gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.zip gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.tar.gz gcc-a2b7397b501378815d1b6c5beb7cbda21f2e4ad7.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcc1')
-rw-r--r-- | libcc1/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 381a823..9080b28 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,14 @@ +2020-09-24 Nathan Sidwell <nathan@acm.org> + + * libcp1plugin.cc (supplement_binding): Drop default args to + duplicate_decls. + (safe_pushtag): Drop scope parm. Drop default args to pushtag. + (safe_pushdecl_maybe_friend): Rename to ... + (safe_pushdecl): ... here. Drop is_friend parm. Drop default args + to pushdecl. + (plugin_build_decl): Adjust safe_pushdecl & safe_pushtag calls. + (plugin_build_constant): Adjust safe_pushdecl call. + 2020-09-10 Nathan Sidwell <nathan@acm.org> * libcp1plugin.cc (plugin_build_call_expr): Use DECL_LOCAL_DECL_P. |