summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-26 04:05:32 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-26 04:05:32 +0000
commit9734aa00d4e39f06b24630aeca903ca621c37ab2 (patch)
treeacf80aac712595d9af66c48e19f3415b96e24e07 /libiberty/ChangeLog
parent8dca6d9da519b922b9f22c24f06519cd7aaed601 (diff)
downloadgcc-9734aa00d4e39f06b24630aeca903ca621c37ab2.tar.gz
* cp-demangle.c (cplus_demangle_type): Check for invalid type
after "DF". * testsuite/demangle-expected: Add test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 1e2fbffdf74..fcbef269c87 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-25 Ian Lance Taylor <iant@google.com>
+
+ * cp-demangle.c (cplus_demangle_type): Check for invalid type
+ after "DF".
+ * testsuite/demangle-expected: Add test.
+
2010-01-20 Jason Merrill <jason@redhat.com>
PR c++/42338
@@ -294,7 +300,7 @@
with other than 1 operand.
(d_print_comp): Handle function parameters. Fix bug with
function used in type of function.
- * testsuite/demangle-expected: Upate tests.
+ * testsuite/demangle-expected: Update tests.
2009-02-21 Mark Mitchell <mark@codesourcery.com>