1823 for ac_type in int$2_t 'int' 'long int' \ |
1823 for ac_type in int$2_t 'int' 'long int' \ |
1824 'long long int' 'short int' 'signed char'; do |
1824 'long long int' 'short int' 'signed char'; do |
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1826 /* end confdefs.h. */ |
1826 /* end confdefs.h. */ |
1827 $ac_includes_default |
1827 $ac_includes_default |
|
1828 enum { N = $2 / 2 - 1 }; |
1828 int |
1829 int |
1829 main () |
1830 main () |
1830 { |
1831 { |
1831 static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 }; |
1832 static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; |
1832 0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))]; |
|
1833 test_array [0] = 0 |
1833 test_array [0] = 0 |
1834 |
1834 |
1835 ; |
1835 ; |
1836 return 0; |
1836 return 0; |
1837 } |
1837 } |
1838 _ACEOF |
1838 _ACEOF |
1839 if ac_fn_c_try_compile "$LINENO"; then : |
1839 if ac_fn_c_try_compile "$LINENO"; then : |
1840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1841 /* end confdefs.h. */ |
1841 /* end confdefs.h. */ |
1842 $ac_includes_default |
1842 $ac_includes_default |
|
1843 enum { N = $2 / 2 - 1 }; |
1843 int |
1844 int |
1844 main () |
1845 main () |
1845 { |
1846 { |
1846 static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 }; |
1847 static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) |
1847 ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1) |
|
1848 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; |
1848 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))]; |
1849 test_array [0] = 0 |
1849 test_array [0] = 0 |
1850 |
1850 |
1851 ; |
1851 ; |
1852 return 0; |
1852 return 0; |
5688 done |
5688 done |
5689 |
5689 |
5690 |
5690 |
5691 |
5691 |
5692 |
5692 |
5693 ac_config_files="$ac_config_files Makefile absyntax/Makefile absyntax_utils/Makefile stage1_2/Makefile stage3/Makefile stage4/Makefile" |
5693 ac_config_files="$ac_config_files Makefile absyntax/Makefile absyntax_utils/Makefile stage1_2/Makefile stage3/Makefile stage4/Makefile stage4/generate_c/Makefile stage4/generate_iec/Makefile" |
5694 |
5694 |
5695 cat >confcache <<\_ACEOF |
5695 cat >confcache <<\_ACEOF |
5696 # This file is a shell script that caches the results of configure |
5696 # This file is a shell script that caches the results of configure |
5697 # tests run on this system so they can be shared between configure |
5697 # tests run on this system so they can be shared between configure |
5698 # scripts and configure runs, see configure's option --config-cache. |
5698 # scripts and configure runs, see configure's option --config-cache. |
6240 esac |
6240 esac |
6241 |
6241 |
6242 |
6242 |
6243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6244 # Files that config.status was made for. |
6244 # Files that config.status was made for. |
6245 config_files="`echo $ac_config_files`" |
6245 config_files="$ac_config_files" |
6246 config_headers="`echo $ac_config_headers`" |
6246 config_headers="$ac_config_headers" |
6247 config_commands="`echo $ac_config_commands`" |
6247 config_commands="$ac_config_commands" |
6248 |
6248 |
6249 _ACEOF |
6249 _ACEOF |
6250 |
6250 |
6251 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6251 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6252 ac_cs_usage="\ |
6252 ac_cs_usage="\ |
6412 "absyntax/Makefile") CONFIG_FILES="$CONFIG_FILES absyntax/Makefile" ;; |
6412 "absyntax/Makefile") CONFIG_FILES="$CONFIG_FILES absyntax/Makefile" ;; |
6413 "absyntax_utils/Makefile") CONFIG_FILES="$CONFIG_FILES absyntax_utils/Makefile" ;; |
6413 "absyntax_utils/Makefile") CONFIG_FILES="$CONFIG_FILES absyntax_utils/Makefile" ;; |
6414 "stage1_2/Makefile") CONFIG_FILES="$CONFIG_FILES stage1_2/Makefile" ;; |
6414 "stage1_2/Makefile") CONFIG_FILES="$CONFIG_FILES stage1_2/Makefile" ;; |
6415 "stage3/Makefile") CONFIG_FILES="$CONFIG_FILES stage3/Makefile" ;; |
6415 "stage3/Makefile") CONFIG_FILES="$CONFIG_FILES stage3/Makefile" ;; |
6416 "stage4/Makefile") CONFIG_FILES="$CONFIG_FILES stage4/Makefile" ;; |
6416 "stage4/Makefile") CONFIG_FILES="$CONFIG_FILES stage4/Makefile" ;; |
|
6417 "stage4/generate_c/Makefile") CONFIG_FILES="$CONFIG_FILES stage4/generate_c/Makefile" ;; |
|
6418 "stage4/generate_iec/Makefile") CONFIG_FILES="$CONFIG_FILES stage4/generate_iec/Makefile" ;; |
6417 |
6419 |
6418 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
6420 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
6419 esac |
6421 esac |
6420 done |
6422 done |
6421 |
6423 |