summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-23 17:55:56 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-23 17:55:56 +0000
commitc71b77ea2d39da660666ae2f9540349981b70f26 (patch)
treeeffb1821bd8baa29f704e7d93ab99244a52f5e4c /gcc/cp
parenteeeec4ba42e34c2c81867b6e5de905dd01b4d739 (diff)
downloadgcc-c71b77ea2d39da660666ae2f9540349981b70f26.tar.gz
PR c++/54988
* decl2.c (cplus_decl_attributes): Don't return early if attributes is NULL. * c-c++-common/pr54988.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192734 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 73ab5a9b0ae..bb06612e154 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-23 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/54988
+ * decl2.c (cplus_decl_attributes): Don't return early
+ if attributes is NULL.
+
2012-10-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54501