aboutsummaryrefslogtreecommitdiff
path: root/libcc1/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-07-12 19:46:33 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-07-12 19:46:33 +0000
commit75f8b378927f86757eedbbca6745467d0c3d6212 (patch)
tree552c5ae2713e55640d5187d60bf48cf8b65a30e9 /libcc1/ChangeLog
parent3da3dcdb98a750533a9d863fce8e30c657d968af (diff)
libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly.
* libcp1plugin.cc (plugin_build_decl): Use DECL_CXX_{CON,DE}STRUCTOR directly. From-SVN: r250159
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r--libcc1/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog
index dc1073410c5..a5acf0df000 100644
--- a/libcc1/ChangeLog
+++ b/libcc1/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-12 Nathan Sidwell <nathan@acm.org>
+
+ * libcp1plugin.cc (plugin_build_decl): Use
+ DECL_CXX_{CON,DE}STRUCTOR directly.
+
2017-07-05 Richard Sandiford <richard.sandiford@linaro.org>
* libcp1plugin.cc (plugin_build_field): Use SET_DECL_MODE.