Add missing ChangeLog entries.

From-SVN: r157479
This commit is contained in:
H.J. Lu 2010-03-16 05:58:10 -07:00
parent 7686fb74ef
commit 28fd1fc112
2 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,11 @@
* pt.c (process_partial_specialization): Use error_n instead of
error.
2010-03-03 Jason Merrill <jason@redhat.com>
PR c++/12909
* mangle.c (mangle_decl): Handle VAR_DECL, too.
2010-03-03 Jason Merrill <jason@redhat.com>
PR c++/12909

View file

@ -256,6 +256,11 @@
for unspecified optional arguments.
(dg-skip-if, dg-xfail-run-if): Verify the number of arguments.
2010-03-03 Jason Merrill <jason@redhat.com>
PR c++/12909
* g++.dg/abi/mangle40.C: Updated.
2010-03-03 Jason Merrill <jason@redhat.com>
* g++.dg/abi/mangle19-1.C: Adjust for default -Wabi.