have_builtin_func: checking for __builtin_clz()... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return !!argv[argc]; 6: } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int foo; 4: int main() { __builtin_clz(0); return 0; } /* end */ -------------------- have_builtin_func: checking for __builtin_clzl()... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int foo; 4: int main() { __builtin_clzl(0); return 0; } /* end */ -------------------- have_builtin_func: checking for __builtin_clzll()... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int foo; 4: int main() { __builtin_clzll(0); return 0; } /* end */ -------------------- have_header: checking for float.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_header: checking for math.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_header: checking for stdbool.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_header: checking for stdlib.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_header: checking for x86intrin.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_func: checking for _lzcnt_u32() in x86intrin.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))_lzcnt_u32; return !p; } /* end */ -------------------- have_func: checking for _lzcnt_u64() in x86intrin.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))_lzcnt_u64; return !p; } /* end */ -------------------- have_header: checking for intrin.h... -------------------- no DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_func: checking for __lzcnt() in intrin.h... -------------------- no DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))__lzcnt; return !p; } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: extern void __lzcnt(); 17: int t(void) { __lzcnt(); return 0; } /* end */ -------------------- have_func: checking for __lzcnt64() in intrin.h... -------------------- no DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))__lzcnt64; return !p; } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: extern void __lzcnt64(); 17: int t(void) { __lzcnt64(); return 0; } /* end */ -------------------- have_func: checking for _BitScanReverse() in intrin.h... -------------------- no DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))_BitScanReverse; return !p; } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: extern void _BitScanReverse(); 17: int t(void) { _BitScanReverse(); return 0; } /* end */ -------------------- have_func: checking for _BitScanReverse64() in intrin.h... -------------------- no DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))_BitScanReverse64; return !p; } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " In file included from conftest.c:3: /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/intrin.h:12:15: fatal error: 'intrin.h' file not found #include_next ^~~~~~~~~~ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: extern void _BitScanReverse64(); 17: int t(void) { _BitScanReverse64(); return 0; } /* end */ -------------------- have_func: checking for labs() in stdlib.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))labs; return !p; } /* end */ -------------------- have_func: checking for llabs() in stdlib.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))llabs; return !p; } /* end */ -------------------- have_func: checking for finite() in math.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " conftest.c:16:57: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations] int t(void) { void ((*volatile p)()); p = (void ((*)()))finite; return !p; } ^ /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:768:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) ^ 1 warning generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))finite; return !p; } /* end */ -------------------- have_func: checking for isfinite() in math.h... -------------------- no DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " conftest.c:16:57: error: use of undeclared identifier 'isfinite' int t(void) { void ((*volatile p)()); p = (void ((*)()))isfinite; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))isfinite; return !p; } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " conftest.c:16:13: error: expected identifier or '(' extern void isfinite(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:156:7: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ conftest.c:16:13: error: expected ')' /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:156:7: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ conftest.c:16:13: note: to match this '(' /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:156:5: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ conftest.c:17:15: error: expected expression int t(void) { isfinite(); return 0; } ^ /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:156:15: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ conftest.c:17:15: error: expected expression /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:156:65: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ conftest.c:17:15: error: expected expression /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:157:15: note: expanded from macro 'isfinite' : sizeof(x) == sizeof(double) ? __inline_isfinited((double)(x)) \ ^ conftest.c:17:15: error: expected expression /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:157:66: note: expanded from macro 'isfinite' : sizeof(x) == sizeof(double) ? __inline_isfinited((double)(x)) \ ^ conftest.c:17:15: error: expected expression /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/include/math.h:158:71: note: expanded from macro 'isfinite' : __inline_isfinitel((long double)(x))) ^ 7 errors generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: extern void isfinite(); 17: int t(void) { isfinite(); return 0; } /* end */ -------------------- have_header: checking for ruby/atomic.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_header: checking for ruby/internal/has/builtin.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_header: checking for ruby/internal/static_assert.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_func: checking for rb_rational_num() in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_rational_num; return !p; } /* end */ -------------------- have_func: checking for rb_rational_den() in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_rational_den; return !p; } /* end */ -------------------- have_func: checking for rb_complex_real() in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_complex_real; return !p; } /* end */ -------------------- have_func: checking for rb_complex_imag() in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_complex_imag; return !p; } /* end */ -------------------- have_func: checking for rb_opts_exception_p() in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " conftest.c:16:57: error: use of undeclared identifier 'rb_opts_exception_p' int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_opts_exception_p; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_opts_exception_p; return !p; } /* end */ DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: extern void rb_opts_exception_p(); 17: int t(void) { rb_opts_exception_p(); return 0; } /* end */ -------------------- have_func: checking for rb_category_warn() in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -o conftest -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe conftest.c -L. -L/Users/blumer/.rbenv/versions/3.3.1/lib -L. -fstack-protector-strong -L/usr/local/opt/gmp/lib -lruby.3.3 -lpthread " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: int (* volatile tp)(void)=(int (*)(void))&t; 11: printf("%d", (*tp)()); 12: } 13: 14: return !!argv[argc]; 15: } 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_category_warn; return !p; } /* end */ -------------------- have_const: checking for RB_WARN_CATEGORY_DEPRECATED in ruby.h... -------------------- yes DYLD_LIBRARY_PATH=.:/Users/blumer/.rbenv/versions/3.3.1/lib "clang -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/x86_64-darwin24 -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0/ruby/backward -I/Users/blumer/.rbenv/versions/3.3.1/include/ruby-3.3.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef -fno-common -pipe -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: typedef int conftest_type; 7: conftest_type conftestval = (int)RB_WARN_CATEGORY_DEPRECATED; /* end */ --------------------