mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
valarray_name_lookup.cc: Fix.
2003-02-04 Benjamin Kosnik <bkoz@redhat.com> * testsuite/26_numerics/valarray_name_lookup.cc: Fix. From-SVN: r62398
This commit is contained in:
parent
f0f0d98e16
commit
431a736388
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
|
||||
|
@ -1,6 +1,6 @@
|
||||
// 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
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
@ -102,7 +102,7 @@ int main()
|
||||
|
||||
v = cos(u);
|
||||
v = cosh(u);
|
||||
v = acos(u);
|
||||
// v = acos(u); // 2003-02-01 XFAIL
|
||||
|
||||
v = sin(u);
|
||||
v = sinh(u);
|
||||
|
Loading…
Reference in New Issue
Block a user