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:
Andrew Pinski 2003-07-18 13:07:22 +00:00 committed by Andrew Pinski
parent 16f6812f86
commit 1fd0cd4209
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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