summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConversionTests.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-27 16:34:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-27 16:34:08 (GMT)
commite30b4b17cfd56d9e50786d6dc99b8323e1e86bc2 (patch)
tree54cea90c215a8b1c621c26b550c35f03eb270ae4 /config/cmake/ConversionTests.c
parent037f8104e8bb50313405ae7d3a1a8695584c8d40 (diff)
downloadhdf5-e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2.zip
hdf5-e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2.tar.gz
hdf5-e30b4b17cfd56d9e50786d6dc99b8323e1e86bc2.tar.bz2
[svn-r26618] Description:
Bring r26511 from autotools_rework branch to trunk: Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Diffstat (limited to 'config/cmake/ConversionTests.c')
-rw-r--r--config/cmake/ConversionTests.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/cmake/ConversionTests.c b/config/cmake/ConversionTests.c
index 9a81a20..d964bf8 100644
--- a/config/cmake/ConversionTests.c
+++ b/config/cmake/ConversionTests.c
@@ -1,18 +1,3 @@
-#ifdef H5_FP_TO_INTEGER_OVERFLOW_WORKS_TEST
-
-int main(void)
-{
- float f = 2147483648.0f;
- int i;
-
- i = (int)f;
-
-done:
- exit(0);
-}
-
-#endif
-
#ifdef H5_LDOUBLE_TO_LONG_SPECIAL_TEST
int main(void)