diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 21:46:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 21:46:56 (GMT) |
commit | 4f18b095d8cdd5c75cabe76f68c452984523c5f6 (patch) | |
tree | f2436e1fecd5e8ee651885a9fb685bb419909c83 /config/cmake/ConversionTests.c | |
parent | 57393bc0483fe164d3c44129ff786e1333406ce2 (diff) | |
download | hdf5-4f18b095d8cdd5c75cabe76f68c452984523c5f6.zip hdf5-4f18b095d8cdd5c75cabe76f68c452984523c5f6.tar.gz hdf5-4f18b095d8cdd5c75cabe76f68c452984523c5f6.tar.bz2 |
[svn-r26511] Description:
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:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'config/cmake/ConversionTests.c')
-rw-r--r-- | config/cmake/ConversionTests.c | 15 |
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) |