Commit 431a7363 by Benjamin Kosnik Committed by Benjamin Kosnik

valarray_name_lookup.cc: Fix.


2003-02-04  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/26_numerics/valarray_name_lookup.cc: Fix.

From-SVN: r62398
parent f0f0d98e
2003-02-04 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/26_numerics/valarray_name_lookup.cc: Fix.
2002-02-04 Jonathan Wakely <redi@gcc.gnu.org> 2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page, * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
......
// 2002-08-02 gdr // 2002-08-02 gdr
// Copyright (C) 2002 Free Software Foundation, Inc. // Copyright (C) 2002, 2003 Free Software Foundation, Inc.
// //
// 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
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -102,7 +102,7 @@ int main() ...@@ -102,7 +102,7 @@ int main()
v = cos(u); v = cos(u);
v = cosh(u); v = cosh(u);
v = acos(u); // v = acos(u); // 2003-02-01 XFAIL
v = sin(u); v = sin(u);
v = sinh(u); v = sinh(u);
......
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