summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-01 18:27:48 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-01 18:27:48 +0000
commit037ac54f54dbfb285acf7e4272fe76a3e08e06f3 (patch)
tree39338dd1e970b87a7e22e253b26dfebf139f9a96 /gcc/c-family/ChangeLog
parent57d77bb76081954da4b1c6fcb3be482eb4bcfba4 (diff)
downloadgcc-037ac54f54dbfb285acf7e4272fe76a3e08e06f3.tar.gz
* c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.
(dump_template_types): Adjust DECL_TEMPLATE_INSTANTIATIONS and DECL_TEMPLATE_RESULT emulations. (dump_ada_template)): Add guard for TYPE_METHODS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221088 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 7b638665c54..e1d4eff7bdc 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,10 @@
+2015-03-01 Eric Botcazou <ebotcazou@adacore.com>
+
+ * c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.
+ (dump_template_types): Adjust DECL_TEMPLATE_INSTANTIATIONS and
+ DECL_TEMPLATE_RESULT emulations.
+ (dump_ada_template)): Add guard for TYPE_METHODS.
+
2015-02-27 Marek Polacek <polacek@redhat.com>
PR c/65040