Commit 75d1ddc1 by Janis Johnson Committed by Janis Johnson

libstdc++.exp: Load target-supports-dg.exp.

	* testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
	* testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
	* testsuite/26_numerics/complex/complex_value.cc: Ditto.
	* testsuite/26_numerics/complex/pow.cc: Ditto.

From-SVN: r94902
parent a29c731d
2005-02-11 Janis Johnson <janis187@us.ibm.com>
* testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
* testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
* testsuite/26_numerics/complex/complex_value.cc: Ditto.
* testsuite/26_numerics/complex/pow.cc: Ditto.
2005-02-09 Mike Stump <mrs@apple.com> 2005-02-09 Mike Stump <mrs@apple.com>
* libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED. * libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
......
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
// Copyright (C) 2004 Free Software Foundation // Copyright (C) 2004 Free Software Foundation
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
......
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
// { dg-options "-O0" } // { dg-options "-O0" }
// 2000-11-20 // 2000-11-20
// Benjamin Kosnik bkoz@redhat.com // Benjamin Kosnik bkoz@redhat.com
......
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
// PR libstdc++/10689 // PR libstdc++/10689
// Origin: Daniel.Levine@jhuaph.edu // Origin: Daniel.Levine@jhuaph.edu
// { dg-options "-mieee" { target alpha*-*-* } } // { dg-options "-mieee" { target alpha*-*-* } }
......
...@@ -47,6 +47,7 @@ load_lib dg.exp ...@@ -47,6 +47,7 @@ load_lib dg.exp
load_lib libgloss.exp load_lib libgloss.exp
# compiler routines, then ours # compiler routines, then ours
load_gcc_lib target-supports.exp load_gcc_lib target-supports.exp
load_gcc_lib target-supports-dg.exp
load_lib prune.exp load_lib prune.exp
load_lib dg-options.exp load_lib dg-options.exp
load_gcc_lib target-libpath.exp load_gcc_lib target-libpath.exp
......
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