mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 23:47:13 +08:00
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
@ -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…
Reference in New Issue
Block a user