init-ref4.C: xfail on targets without weak symbols.
2003-07-18 Andrew Pinski <pinskia@physics.uc.edu> * g++.dg/init/init-ref4.C: xfail on targets without weak symbols. From-SVN: r69558
This commit is contained in:
parent
16f6812f86
commit
1fd0cd4209
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* g++.dg/init/init-ref4.C: xfail on targets without
|
||||
weak symbols.
|
||||
|
||||
2003-07-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/11087
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
// PR c++/11384
|
||||
// foo<int>::_S_something was not being emitted.
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-do run { xfail *-*-aout *-*-coff *-*-hpux* *-*-hms } }
|
||||
// On targets that don't support weak symbols, we require an explicit
|
||||
|
||||
template<typename T>
|
||||
struct foo
|
||||
|
|
Loading…
Add table
Reference in a new issue