aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2013-02-19 14:01:40 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2013-02-19 14:01:40 +0000
commit406defcb58e60a2c7093700fbc27ae13a9b32d86 (patch)
tree06812d53daeb1952877d7d0700b54da3b42cee2d /libgfortran/configure.ac
parent242387fa90a6a0f3224e23fd3769e1f28b5ead7f (diff)
downloadgcc-406defcb58e60a2c7093700fbc27ae13a9b32d86.zip
gcc-406defcb58e60a2c7093700fbc27ae13a9b32d86.tar.gz
gcc-406defcb58e60a2c7093700fbc27ae13a9b32d86.tar.bz2
re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 execution test)
PR target/56347 * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): Remove check for broken powf. * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Likewise. * intrinsics/c99_functions.c: Likewise. * configure: Rebuilt. * config.h.in: Rebuilt. From-SVN: r196139
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac
index 86cb330..7d97fed 100644
--- a/libgfortran/configure.ac
+++ b/libgfortran/configure.ac
@@ -468,9 +468,6 @@ LIBGFOR_CHECK_WORKING_STAT
# Check whether __mingw_snprintf() is present
LIBGFOR_CHECK_MINGW_SNPRINTF
-# Check for a broken powf implementation
-LIBGFOR_CHECK_FOR_BROKEN_POWF
-
# Check whether libquadmath should be used
AC_ARG_ENABLE(libquadmath-support,
AS_HELP_STRING([--disable-libquadmath-support],