summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-20 14:40:01 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-20 14:40:01 +0000
commitbad78770bcf11b04d44460dc075e60be489d01b8 (patch)
tree697a295231adf84782c86185e8235044100d0c41 /libiberty/ChangeLog
parentcb542a2df757ad933f75772bbcd931d2c3d29e0c (diff)
downloadgcc-bad78770bcf11b04d44460dc075e60be489d01b8.tar.gz
PR c++/37089
* cp-demangle.c (d_print_comp): Handle reference smashing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 0b8977c4e17..7453b09ed0b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-20 Jason Merrill <jason@redhat.com>
+
+ PR c++/37089
+ * cp-demangle.c (d_print_comp): Handle reference smashing.
+ * testsuite/demangle-expected: Test it.
+
2011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
* cp-demangle.c (d_print_comp) <DEMANGLE_COMPONENT_FUNCTION_TYPE>: