correct PR number

From-SVN: r153910
This commit is contained in:
Jason Merrill 2009-11-04 14:36:34 -05:00 committed by Jason Merrill
parent eeeca7d418
commit 0bc044b8b3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
2009-11-04 Jason Merrill <jason@redhat.com>
PR c++/15882
PR c++/35067
* method.c (use_thunk): Check DECL_WEAK as well as
DECL_ONE_ONLY.

View File

@ -1,6 +1,6 @@
2009-11-04 Jason Merrill <jason@redhat.com>
PR c++/15882
PR c++/35067
* g++.dg/abi/thunk5.C: New.
2009-11-04 Andrew Pinski <andrew_pinski@playstation.sony.com>

View File

@ -1,4 +1,4 @@
// PR c++/15882
// PR c++/35067
// The thunks should be weak even on targets without one-only support.
// { dg-require-weak "" }
// { dg-final { scan-assembler "weak.*ZTv" } }