diff options
author | Richard Henderson <rth@redhat.com> | 2004-12-04 16:26:16 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-12-04 16:26:16 -0800 |
commit | 192b2fc48c1040a015f910f2fc450807d4de551f (patch) | |
tree | d8a8b58ba63acb7bb0614f6a2d3a35d55ebfdccf | |
parent | 4ec3604f500aef8a2073e5286f075d3dd9c1dbb2 (diff) | |
download | gcc-192b2fc48c1040a015f910f2fc450807d4de551f.zip gcc-192b2fc48c1040a015f910f2fc450807d4de551f.tar.gz gcc-192b2fc48c1040a015f910f2fc450807d4de551f.tar.bz2 |
* testsuite/26_numerics/complex/pow.cc: Use -mieee on alpha.
From-SVN: r91738
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/26_numerics/complex/pow.cc | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2ca158a..386fae6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2004-12-04 Richard Henderson <rth@redhat.com> + * testsuite/26_numerics/complex/pow.cc: Use -mieee on alpha. + +2004-12-04 Richard Henderson <rth@redhat.com> + * include/ext/malloc_allocator.h: Include cstdlib. 2004-12-04 Paolo Carlini <pcarlini@suse.de> diff --git a/libstdc++-v3/testsuite/26_numerics/complex/pow.cc b/libstdc++-v3/testsuite/26_numerics/complex/pow.cc index 58d0fc5..393b7a4 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/pow.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/pow.cc @@ -1,5 +1,6 @@ -// PR libbstdc++/10689 +// PR libstdc++/10689 // Origin: Daniel.Levine@jhuaph.edu +// { dg-options "-mieee" { target alpha*-*-* } } #include <complex> #include <testsuite_hooks.h> |