git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 899f49c)
Add mentioun of Intel compiler bug:
2006年4月22日 00:27:30 +0000 (00:27 +0000)
2006年4月22日 00:27:30 +0000 (00:27 +0000)
Intel compiler has a bug in checking for division by NAN
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.


diff --git a/configure b/configure
index ebab2289bace286e79955b5decaefddb07155f4b..24c0ef9532c8aefd0a54102dca508d69d40bbd35 100755 (executable)
--- a/configure
+++ b/configure
@@ -2715,7 +2715,8 @@ fi
# The Intel compiler on Linux supports most gcc options, but not
# all of them, so only add these options if we are really using
-# gcc
+# gcc. Intel compiler has a bug in checking for division by NAN
+# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
if test "$GCC" = yes; then
diff --git a/configure.in b/configure.in
index 982e2081ce285bee9da8c5af3d9b2db799938e91..ecf26f30fd07475be929b0b2365e9dc399bff557 100644 (file)
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.458 2006年04月21日 23:11:58 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.459 2006年04月22日 00:27:30 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -250,7 +250,8 @@ fi
# The Intel compiler on Linux supports most gcc options, but not
# all of them, so only add these options if we are really using
-# gcc
+# gcc. Intel compiler has a bug in checking for division by NAN
+# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
if test "$GCC" = yes; then
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /