Commit 28fd1fc1 by H.J. Lu

Add missing ChangeLog entries.

From-SVN: r157479
parent 7686fb74
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
2010-03-03 Jason Merrill <jason@redhat.com> 2010-03-03 Jason Merrill <jason@redhat.com>
PR c++/12909 PR c++/12909
* mangle.c (mangle_decl): Handle VAR_DECL, too.
2010-03-03 Jason Merrill <jason@redhat.com>
PR c++/12909
* mangle.c: Include cgraph.h. * mangle.c: Include cgraph.h.
(mangle_decl): If the mangled name will change in a later (mangle_decl): If the mangled name will change in a later
ABI version, make the later mangled name an alias. ABI version, make the later mangled name an alias.
......
...@@ -258,6 +258,11 @@ ...@@ -258,6 +258,11 @@
2010-03-03 Jason Merrill <jason@redhat.com> 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. * g++.dg/abi/mangle19-1.C: Adjust for default -Wabi.
* g++.dg/abi/mangle23.C: Likewise. * g++.dg/abi/mangle23.C: Likewise.
* g++.dg/eh/simd-2.C: Likewise. * g++.dg/eh/simd-2.C: Likewise.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment