* testsuite/26_numerics/complex/pow.cc: Use -mieee on alpha.

From-SVN: r91738
This commit is contained in:
Richard Henderson 2004-12-04 16:26:16 -08:00 committed by Richard Henderson
parent 4ec3604f50
commit 192b2fc48c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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>