projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c85c9f
)
* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
author
Nathan Sidwell
<nathan@gcc.gnu.org>
Thu, 11 May 2017 18:48:55 +0000
(18:48 +0000)
committer
Nathan Sidwell
<nathan@gcc.gnu.org>
Thu, 11 May 2017 18:48:55 +0000
(18:48 +0000)
From-SVN: r247922
libcc1/libcp1plugin.cc
patch
|
blob
|
history
diff --git
a/libcc1/libcp1plugin.cc
b/libcc1/libcp1plugin.cc
index f67f8b34f5853650b8f1d3ee0fab128d5495ad8c..7e308620b561e05cb47da926528ebfd166101346 100644
(file)
--- a/
libcc1/libcp1plugin.cc
+++ b/
libcc1/libcp1plugin.cc
@@
-812,7
+812,7
@@
safe_pushdecl_maybe_friend (tree decl, bool is_friend)
save_oracle = cp_binding_oracle;
cp_binding_oracle = NULL;
- tree ret = pushdecl
_maybe_friend
(decl, is_friend);
+ tree ret = pushdecl (decl, is_friend);
cp_binding_oracle = save_oracle;