mirror of git://gcc.gnu.org/git/gcc.git
parent
7686fb74ef
commit
28fd1fc112
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue