summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-10 20:34:20 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-10 20:34:20 +0000
commit94dcf771e93845c49f1e228030910f0b3b32a937 (patch)
tree4a566dbff6b04c89e85d40174e4517b0789d6853 /libiberty/ChangeLog
parentea2885f433bdc2b9c2e14b76172200197c706fb5 (diff)
downloadgcc-94dcf771e93845c49f1e228030910f0b3b32a937.tar.gz
PR c++/48665
* cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a function type, change them to apply to the "this" parameter. * testsuite/demangle-expected: Add test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179772 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 59460e43f09..6859afa04c3 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-10 Ian Lance Taylor <iant@google.com>
+
+ PR c++/48665
+ * cp-demangle.c (d_cv_qualifiers): If qualifiers are applied to a
+ function type, change them to apply to the "this" parameter.
+ * testsuite/demangle-expected: Add test case.
+
2011-09-28 Doug Evans <dje@google.com>
* timeval-utils.c: New file.