Commit 1fd0cd42 by Andrew Pinski Committed by Andrew Pinski

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
parent 16f6812f
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment