ffi 1.17.2 → 1.17.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +34 -0
- data/Gemfile +7 -4
- data/README.md +1 -0
- data/Rakefile +7 -4
- data/Steepfile +8 -0
- data/ext/ffi_c/DynamicLibrary.c +1 -1
- data/ext/ffi_c/Function.c +2 -0
- data/ext/ffi_c/MethodHandle.c +4 -2
- data/ext/ffi_c/StructLayout.c +129 -12
- data/ext/ffi_c/libffi/LICENSE +1 -1
- data/ext/ffi_c/libffi/Makefile.am +17 -13
- data/ext/ffi_c/libffi/Makefile.in +37 -30
- data/ext/ffi_c/libffi/README.md +22 -3
- data/ext/ffi_c/libffi/configure +105 -121
- data/ext/ffi_c/libffi/configure.ac +21 -8
- data/ext/ffi_c/libffi/configure.host +6 -1
- data/ext/ffi_c/libffi/doc/Makefile.in +3 -0
- data/ext/ffi_c/libffi/doc/libffi.texi +24 -1
- data/ext/ffi_c/libffi/doc/version.texi +4 -4
- data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +1 -28
- data/ext/ffi_c/libffi/include/Makefile.in +3 -0
- data/ext/ffi_c/libffi/include/ffi.h.in +19 -1
- data/ext/ffi_c/libffi/libffi.map.in +13 -1
- data/ext/ffi_c/libffi/libtool-version +1 -1
- data/ext/ffi_c/libffi/m4/asmcfi.m4 +28 -11
- data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +13 -3
- data/ext/ffi_c/libffi/man/Makefile.in +3 -0
- data/ext/ffi_c/libffi/src/aarch64/sysv.S +7 -1
- data/ext/ffi_c/libffi/src/arm/sysv.S +1 -1
- data/ext/ffi_c/libffi/src/pa/linux.S +4 -0
- data/ext/ffi_c/libffi/src/powerpc/ffi.c +6 -0
- data/ext/ffi_c/libffi/src/riscv/ffi.c +39 -16
- data/ext/ffi_c/libffi/src/riscv/internal.h +7 -0
- data/ext/ffi_c/libffi/src/riscv/sysv.S +24 -0
- data/ext/ffi_c/libffi/src/tramp.c +6 -1
- data/ext/ffi_c/libffi/src/types.c +23 -1
- data/ext/ffi_c/libffi/src/{wasm32 → wasm}/ffi.c +157 -54
- data/ext/ffi_c/libffi/src/{wasm32 → wasm}/ffitarget.h +17 -0
- data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -3
- data/ext/ffi_c/libffi/src/x86/sysv.S +1 -3
- data/ext/ffi_c/libffi/src/x86/sysv_intel.S +1 -3
- data/ext/ffi_c/libffi/testsuite/Makefile.in +6 -2
- data/ext/ffi_c/libffi.mk +5 -0
- data/ffi.gemspec +7 -6
- data/lib/ffi/autopointer.rb +6 -0
- data/lib/ffi/compat.rb +11 -0
- data/lib/ffi/function.rb +23 -0
- data/lib/ffi/library.rb +19 -3
- data/lib/ffi/struct_by_reference.rb +1 -1
- data/lib/ffi/version.rb +1 -1
- data/samples/hello_ractor.rb +9 -1
- data/samples/qsort_ractor.rb +9 -1
- data/sig/ffi/auto_pointer.rbs +1 -1
- data/sig/ffi/errno.rbs +8 -0
- data/sig/ffi/platform.rbs +49 -0
- data/sig/ffi/struct.rbs +2 -2
- data/sig/ffi/struct_by_reference.rbs +1 -1
- data/sig/ffi.rbs +4 -1
- data.tar.gz.sig +0 -0
- metadata +24 -338
- metadata.gz.sig +0 -0
- data/ext/ffi_c/libffi/.allow-ai-service +0 -0
- data/ext/ffi_c/libffi/.appveyor/site.exp +0 -16
- data/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -7
- data/ext/ffi_c/libffi/.appveyor.yml +0 -84
- data/ext/ffi_c/libffi/.ci/ar-lib +0 -270
- data/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -58
- data/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -18
- data/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -10
- data/ext/ffi_c/libffi/.ci/build.sh +0 -124
- data/ext/ffi_c/libffi/.ci/compile +0 -351
- data/ext/ffi_c/libffi/.ci/install.sh +0 -78
- data/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -58
- data/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -60
- data/ext/ffi_c/libffi/.ci/msvs-detect +0 -1103
- data/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -58
- data/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -58
- data/ext/ffi_c/libffi/.ci/site.exp +0 -29
- data/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -55
- data/ext/ffi_c/libffi/.gitattributes +0 -4
- data/ext/ffi_c/libffi/.github/issue_template.md +0 -10
- data/ext/ffi_c/libffi/.github/workflows/build.yml +0 -479
- data/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -160
- data/ext/ffi_c/libffi/.gitignore +0 -46
- data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -88
- data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -34
- data/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -46
- data/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -86
- data/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -23
- data/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -7
- data/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -51
- data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -682
- data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -50
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -63
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1746
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -2885
- data/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
- data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -54
- data/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -99
- data/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -108
- data/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -119
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -163
- data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -110
- data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +0 -54
- data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -48
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -63
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -65
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -65
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_int_float.c +0 -88
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -63
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -220
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -154
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -134
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -135
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -141
- data/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +0 -31
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -83
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -83
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -96
- data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -112
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -120
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -145
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -103
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -103
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -103
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -120
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -103
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -137
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -116
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -148
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -140
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -155
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -103
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -103
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -147
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -152
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -108
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -106
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -108
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -69
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -115
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -80
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -79
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -99
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -79
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -152
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -47
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -47
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -175
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -146
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -137
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -115
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -119
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -120
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -120
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -120
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -101
- data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -145
- data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -148
- data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -75
- data/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -118
- data/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/lib/ffi/tools/types_generator.rb +0 -137
- data/rakelib/ffi_gem_helper.rb +0 -65
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/* Area: ffi_call, closure_call
|
|
2
|
-
Purpose: Single argument structs have a different ABI in emscripten.
|
|
3
|
-
Limitations: none.
|
|
4
|
-
PR: none.
|
|
5
|
-
Originator: <hood@mit.edu> */
|
|
6
|
-
|
|
7
|
-
/* { dg-do run } */
|
|
8
|
-
#include "ffitest.h"
|
|
9
|
-
|
|
10
|
-
typedef struct A {
|
|
11
|
-
int a;
|
|
12
|
-
} A;
|
|
13
|
-
|
|
14
|
-
static struct A A_fn(int b0, struct A b1)
|
|
15
|
-
{
|
|
16
|
-
b1.a += b0;
|
|
17
|
-
return b1;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
static void
|
|
21
|
-
A_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
|
|
22
|
-
void* userdata __UNUSED__)
|
|
23
|
-
{
|
|
24
|
-
int b0;
|
|
25
|
-
struct A b1;
|
|
26
|
-
|
|
27
|
-
b0 = *(int*)(args[0]);
|
|
28
|
-
b1 = *(struct A*)(args[1]);
|
|
29
|
-
|
|
30
|
-
*(A*)resp = A_fn(b0, b1);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
int main (void)
|
|
34
|
-
{
|
|
35
|
-
printf("123\n");
|
|
36
|
-
ffi_cif cif;
|
|
37
|
-
void *code;
|
|
38
|
-
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
|
39
|
-
void* args_dbl[3];
|
|
40
|
-
ffi_type* cls_struct_fields[2];
|
|
41
|
-
ffi_type cls_struct_type;
|
|
42
|
-
ffi_type* dbl_arg_types[3];
|
|
43
|
-
|
|
44
|
-
int e_dbl = 12125;
|
|
45
|
-
struct A f_dbl = { 31625 };
|
|
46
|
-
|
|
47
|
-
struct A res_dbl;
|
|
48
|
-
|
|
49
|
-
cls_struct_type.size = 0;
|
|
50
|
-
cls_struct_type.alignment = 0;
|
|
51
|
-
cls_struct_type.type = FFI_TYPE_STRUCT;
|
|
52
|
-
cls_struct_type.elements = cls_struct_fields;
|
|
53
|
-
|
|
54
|
-
cls_struct_fields[0] = &ffi_type_sint;
|
|
55
|
-
cls_struct_fields[1] = NULL;
|
|
56
|
-
|
|
57
|
-
dbl_arg_types[0] = &ffi_type_sint;
|
|
58
|
-
dbl_arg_types[1] = &cls_struct_type;
|
|
59
|
-
dbl_arg_types[2] = NULL;
|
|
60
|
-
|
|
61
|
-
res_dbl = A_fn(e_dbl, f_dbl);
|
|
62
|
-
printf("0 res: %d\n", res_dbl.a);
|
|
63
|
-
/* { dg-output "0 res: 43750" } */
|
|
64
|
-
|
|
65
|
-
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
|
|
66
|
-
dbl_arg_types) == FFI_OK);
|
|
67
|
-
|
|
68
|
-
args_dbl[0] = &e_dbl;
|
|
69
|
-
args_dbl[1] = &f_dbl;
|
|
70
|
-
args_dbl[2] = NULL;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
ffi_call(&cif, FFI_FN(A_fn), &res_dbl, args_dbl);
|
|
74
|
-
printf("1 res: %d\n", res_dbl.a);
|
|
75
|
-
/* { dg-output "\n1 res: 43750" } */
|
|
76
|
-
CHECK( res_dbl.a == (e_dbl + f_dbl.a));
|
|
77
|
-
|
|
78
|
-
CHECK(ffi_prep_closure_loc(pcl, &cif, A_gn, NULL, code) == FFI_OK);
|
|
79
|
-
|
|
80
|
-
res_dbl = ((A(*)(int, A))(code))(e_dbl, f_dbl);
|
|
81
|
-
printf("2 res: %d\n", res_dbl.a);
|
|
82
|
-
/* { dg-output "\n2 res: 43750" } */
|
|
83
|
-
CHECK( res_dbl.a == (e_dbl + f_dbl.a));
|
|
84
|
-
|
|
85
|
-
exit(0);
|
|
86
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
/* Area: ffi_call, closure_call
|
|
2
|
-
Purpose: Single argument structs have a different ABI in emscripten.
|
|
3
|
-
Limitations: none.
|
|
4
|
-
PR: none.
|
|
5
|
-
Originator: <hood@mit.edu> */
|
|
6
|
-
|
|
7
|
-
/* { dg-do run } */
|
|
8
|
-
#include "ffitest.h"
|
|
9
|
-
|
|
10
|
-
typedef struct A {
|
|
11
|
-
int a, b;
|
|
12
|
-
} A;
|
|
13
|
-
|
|
14
|
-
typedef struct B {
|
|
15
|
-
struct A y;
|
|
16
|
-
} B;
|
|
17
|
-
|
|
18
|
-
static struct B B_fn(int b0, struct B b1)
|
|
19
|
-
{
|
|
20
|
-
b1.y.a += b0;
|
|
21
|
-
b1.y.b -= b0;
|
|
22
|
-
return b1;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
static void
|
|
26
|
-
B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
|
|
27
|
-
void* userdata __UNUSED__)
|
|
28
|
-
{
|
|
29
|
-
int b0;
|
|
30
|
-
struct B b1;
|
|
31
|
-
|
|
32
|
-
b0 = *(int*)(args[0]);
|
|
33
|
-
b1 = *(struct B*)(args[1]);
|
|
34
|
-
|
|
35
|
-
*(B*)resp = B_fn(b0, b1);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
int main (void)
|
|
39
|
-
{
|
|
40
|
-
ffi_cif cif;
|
|
41
|
-
void *code;
|
|
42
|
-
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
|
43
|
-
void* args_dbl[3];
|
|
44
|
-
ffi_type* cls_struct_fields[3];
|
|
45
|
-
ffi_type* cls_struct_fields1[2];
|
|
46
|
-
ffi_type cls_struct_type, cls_struct_type1;
|
|
47
|
-
ffi_type* dbl_arg_types[3];
|
|
48
|
-
|
|
49
|
-
int e_dbl = 12125;
|
|
50
|
-
struct B f_dbl = { { 31625, 16723 } };
|
|
51
|
-
|
|
52
|
-
struct B res_dbl;
|
|
53
|
-
|
|
54
|
-
cls_struct_type.size = 0;
|
|
55
|
-
cls_struct_type.alignment = 0;
|
|
56
|
-
cls_struct_type.type = FFI_TYPE_STRUCT;
|
|
57
|
-
cls_struct_type.elements = cls_struct_fields;
|
|
58
|
-
|
|
59
|
-
cls_struct_type1.size = 0;
|
|
60
|
-
cls_struct_type1.alignment = 0;
|
|
61
|
-
cls_struct_type1.type = FFI_TYPE_STRUCT;
|
|
62
|
-
cls_struct_type1.elements = cls_struct_fields1;
|
|
63
|
-
|
|
64
|
-
cls_struct_fields[0] = &ffi_type_sint;
|
|
65
|
-
cls_struct_fields[1] = &ffi_type_sint;
|
|
66
|
-
cls_struct_fields[2] = NULL;
|
|
67
|
-
|
|
68
|
-
cls_struct_fields1[0] = &cls_struct_type;
|
|
69
|
-
cls_struct_fields1[1] = NULL;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
dbl_arg_types[0] = &ffi_type_sint;
|
|
73
|
-
dbl_arg_types[1] = &cls_struct_type1;
|
|
74
|
-
dbl_arg_types[2] = NULL;
|
|
75
|
-
|
|
76
|
-
res_dbl = B_fn(e_dbl, f_dbl);
|
|
77
|
-
printf("0 res: %d %d\n", res_dbl.y.a, res_dbl.y.b);
|
|
78
|
-
/* { dg-output "0 res: 43750 4598" } */
|
|
79
|
-
|
|
80
|
-
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
|
81
|
-
dbl_arg_types) == FFI_OK);
|
|
82
|
-
|
|
83
|
-
args_dbl[0] = &e_dbl;
|
|
84
|
-
args_dbl[1] = &f_dbl;
|
|
85
|
-
args_dbl[2] = NULL;
|
|
86
|
-
|
|
87
|
-
ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
|
88
|
-
printf("1 res: %d %d\n", res_dbl.y.a, res_dbl.y.b);
|
|
89
|
-
/* { dg-output "\n1 res: 43750 4598" } */
|
|
90
|
-
CHECK( res_dbl.y.a == (f_dbl.y.a + e_dbl));
|
|
91
|
-
CHECK( res_dbl.y.b == (f_dbl.y.b - e_dbl));
|
|
92
|
-
|
|
93
|
-
CHECK(ffi_prep_closure_loc(pcl, &cif, B_gn, NULL, code) == FFI_OK);
|
|
94
|
-
|
|
95
|
-
res_dbl = ((B(*)(int, B))(code))(e_dbl, f_dbl);
|
|
96
|
-
printf("2 res: %d %d\n", res_dbl.y.a, res_dbl.y.b);
|
|
97
|
-
/* { dg-output "\n2 res: 43750 4598" } */
|
|
98
|
-
CHECK( res_dbl.y.a == (f_dbl.y.a + e_dbl));
|
|
99
|
-
CHECK( res_dbl.y.b == (f_dbl.y.b - e_dbl));
|
|
100
|
-
|
|
101
|
-
exit(0);
|
|
102
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/* Area: ffi_call, closure_call
|
|
2
|
-
Purpose: Single argument structs have a different ABI in emscripten.
|
|
3
|
-
Limitations: none.
|
|
4
|
-
PR: none.
|
|
5
|
-
Originator: <hood@mit.edu> */
|
|
6
|
-
|
|
7
|
-
/* { dg-do run } */
|
|
8
|
-
#include "ffitest.h"
|
|
9
|
-
|
|
10
|
-
typedef struct A {
|
|
11
|
-
int a;
|
|
12
|
-
} A;
|
|
13
|
-
|
|
14
|
-
typedef struct B {
|
|
15
|
-
struct A y;
|
|
16
|
-
} B;
|
|
17
|
-
|
|
18
|
-
static struct B B_fn(int b0, struct B b1)
|
|
19
|
-
{
|
|
20
|
-
b1.y.a += b0;
|
|
21
|
-
return b1;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
static void
|
|
25
|
-
B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
|
|
26
|
-
void* userdata __UNUSED__)
|
|
27
|
-
{
|
|
28
|
-
int b0;
|
|
29
|
-
struct B b1;
|
|
30
|
-
|
|
31
|
-
b0 = *(int*)(args[0]);
|
|
32
|
-
b1 = *(struct B*)(args[1]);
|
|
33
|
-
|
|
34
|
-
*(B*)resp = B_fn(b0, b1);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
int main (void)
|
|
38
|
-
{
|
|
39
|
-
printf("123\n");
|
|
40
|
-
ffi_cif cif;
|
|
41
|
-
void *code;
|
|
42
|
-
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
|
43
|
-
void* args_dbl[3];
|
|
44
|
-
ffi_type* cls_struct_fields[2];
|
|
45
|
-
ffi_type* cls_struct_fields1[2];
|
|
46
|
-
ffi_type cls_struct_type, cls_struct_type1;
|
|
47
|
-
ffi_type* dbl_arg_types[3];
|
|
48
|
-
|
|
49
|
-
int e_dbl = 12125;
|
|
50
|
-
struct B f_dbl = { { 31625 } };
|
|
51
|
-
|
|
52
|
-
struct B res_dbl;
|
|
53
|
-
|
|
54
|
-
cls_struct_type.size = 0;
|
|
55
|
-
cls_struct_type.alignment = 0;
|
|
56
|
-
cls_struct_type.type = FFI_TYPE_STRUCT;
|
|
57
|
-
cls_struct_type.elements = cls_struct_fields;
|
|
58
|
-
|
|
59
|
-
cls_struct_type1.size = 0;
|
|
60
|
-
cls_struct_type1.alignment = 0;
|
|
61
|
-
cls_struct_type1.type = FFI_TYPE_STRUCT;
|
|
62
|
-
cls_struct_type1.elements = cls_struct_fields1;
|
|
63
|
-
|
|
64
|
-
cls_struct_fields[0] = &ffi_type_sint;
|
|
65
|
-
cls_struct_fields[1] = NULL;
|
|
66
|
-
|
|
67
|
-
cls_struct_fields1[0] = &cls_struct_type;
|
|
68
|
-
cls_struct_fields1[1] = NULL;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
dbl_arg_types[0] = &ffi_type_sint;
|
|
72
|
-
dbl_arg_types[1] = &cls_struct_type1;
|
|
73
|
-
dbl_arg_types[2] = NULL;
|
|
74
|
-
|
|
75
|
-
res_dbl = B_fn(e_dbl, f_dbl);
|
|
76
|
-
printf("0 res: %d\n", res_dbl.y.a);
|
|
77
|
-
/* { dg-output "0 res: 43750" } */
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
|
81
|
-
dbl_arg_types) == FFI_OK);
|
|
82
|
-
|
|
83
|
-
args_dbl[0] = &e_dbl;
|
|
84
|
-
args_dbl[1] = &f_dbl;
|
|
85
|
-
args_dbl[2] = NULL;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
|
89
|
-
printf("1 res: %d\n", res_dbl.y.a);
|
|
90
|
-
/* { dg-output "\n1 res: 43750" } */
|
|
91
|
-
CHECK( res_dbl.y.a == (e_dbl + f_dbl.y.a));
|
|
92
|
-
|
|
93
|
-
CHECK(ffi_prep_closure_loc(pcl, &cif, B_gn, NULL, code) == FFI_OK);
|
|
94
|
-
|
|
95
|
-
res_dbl = ((B(*)(int, B))(code))(e_dbl, f_dbl);
|
|
96
|
-
printf("2 res: %d\n", res_dbl.y.a);
|
|
97
|
-
/* { dg-output "\n2 res: 43750" } */
|
|
98
|
-
CHECK( res_dbl.y.a == (e_dbl + f_dbl.y.a));
|
|
99
|
-
|
|
100
|
-
exit(0);
|
|
101
|
-
}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
/* Area: ffi_call, closure_call
|
|
2
|
-
Purpose: Check structure returning with different structure size.
|
|
3
|
-
Depending on the ABI. Check bigger struct which overlaps
|
|
4
|
-
the gp and fp register count on Darwin/AIX/ppc64.
|
|
5
|
-
Limitations: none.
|
|
6
|
-
PR: none.
|
|
7
|
-
Originator: Blake Chaffin 6/21/2007 */
|
|
8
|
-
|
|
9
|
-
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
|
|
10
|
-
#include "ffitest.h"
|
|
11
|
-
|
|
12
|
-
/* 13 FPRs: 104 bytes */
|
|
13
|
-
/* 14 FPRs: 112 bytes */
|
|
14
|
-
|
|
15
|
-
typedef struct struct_108byte {
|
|
16
|
-
double a;
|
|
17
|
-
double b;
|
|
18
|
-
double c;
|
|
19
|
-
double d;
|
|
20
|
-
double e;
|
|
21
|
-
double f;
|
|
22
|
-
double g;
|
|
23
|
-
double h;
|
|
24
|
-
double i;
|
|
25
|
-
double j;
|
|
26
|
-
double k;
|
|
27
|
-
double l;
|
|
28
|
-
double m;
|
|
29
|
-
int n;
|
|
30
|
-
} struct_108byte;
|
|
31
|
-
|
|
32
|
-
struct_108byte cls_struct_108byte_fn(
|
|
33
|
-
struct_108byte b0,
|
|
34
|
-
struct_108byte b1,
|
|
35
|
-
struct_108byte b2,
|
|
36
|
-
struct_108byte b3)
|
|
37
|
-
{
|
|
38
|
-
struct_108byte result;
|
|
39
|
-
|
|
40
|
-
result.a = b0.a + b1.a + b2.a + b3.a;
|
|
41
|
-
result.b = b0.b + b1.b + b2.b + b3.b;
|
|
42
|
-
result.c = b0.c + b1.c + b2.c + b3.c;
|
|
43
|
-
result.d = b0.d + b1.d + b2.d + b3.d;
|
|
44
|
-
result.e = b0.e + b1.e + b2.e + b3.e;
|
|
45
|
-
result.f = b0.f + b1.f + b2.f + b3.f;
|
|
46
|
-
result.g = b0.g + b1.g + b2.g + b3.g;
|
|
47
|
-
result.h = b0.h + b1.h + b2.h + b3.h;
|
|
48
|
-
result.i = b0.i + b1.i + b2.i + b3.i;
|
|
49
|
-
result.j = b0.j + b1.j + b2.j + b3.j;
|
|
50
|
-
result.k = b0.k + b1.k + b2.k + b3.k;
|
|
51
|
-
result.l = b0.l + b1.l + b2.l + b3.l;
|
|
52
|
-
result.m = b0.m + b1.m + b2.m + b3.m;
|
|
53
|
-
result.n = b0.n + b1.n + b2.n + b3.n;
|
|
54
|
-
|
|
55
|
-
printf("%g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", result.a, result.b, result.c,
|
|
56
|
-
result.d, result.e, result.f, result.g, result.h, result.i,
|
|
57
|
-
result.j, result.k, result.l, result.m, result.n);
|
|
58
|
-
|
|
59
|
-
return result;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
static void
|
|
63
|
-
cls_struct_108byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__)
|
|
64
|
-
{
|
|
65
|
-
struct_108byte b0, b1, b2, b3;
|
|
66
|
-
|
|
67
|
-
b0 = *(struct_108byte*)(args[0]);
|
|
68
|
-
b1 = *(struct_108byte*)(args[1]);
|
|
69
|
-
b2 = *(struct_108byte*)(args[2]);
|
|
70
|
-
b3 = *(struct_108byte*)(args[3]);
|
|
71
|
-
|
|
72
|
-
*(struct_108byte*)resp = cls_struct_108byte_fn(b0, b1, b2, b3);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
int main (void)
|
|
76
|
-
{
|
|
77
|
-
ffi_cif cif;
|
|
78
|
-
void *code;
|
|
79
|
-
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
|
80
|
-
void* args_dbl[5];
|
|
81
|
-
ffi_type* cls_struct_fields[15];
|
|
82
|
-
ffi_type cls_struct_type;
|
|
83
|
-
ffi_type* dbl_arg_types[5];
|
|
84
|
-
|
|
85
|
-
struct_108byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 1.0, 2.0, 3.0, 7.0, 2.0, 7 };
|
|
86
|
-
struct_108byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0, 5.0, 7.0, 9.0, 1.0, 4 };
|
|
87
|
-
struct_108byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 8.0, 6.0, 1.0, 4.0, 0.0, 3 };
|
|
88
|
-
struct_108byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 9.0, 2.0, 6.0, 5.0, 3.0, 2 };
|
|
89
|
-
struct_108byte res_dbl;
|
|
90
|
-
|
|
91
|
-
cls_struct_type.size = 0;
|
|
92
|
-
cls_struct_type.alignment = 0;
|
|
93
|
-
cls_struct_type.type = FFI_TYPE_STRUCT;
|
|
94
|
-
cls_struct_type.elements = cls_struct_fields;
|
|
95
|
-
|
|
96
|
-
cls_struct_fields[0] = &ffi_type_double;
|
|
97
|
-
cls_struct_fields[1] = &ffi_type_double;
|
|
98
|
-
cls_struct_fields[2] = &ffi_type_double;
|
|
99
|
-
cls_struct_fields[3] = &ffi_type_double;
|
|
100
|
-
cls_struct_fields[4] = &ffi_type_double;
|
|
101
|
-
cls_struct_fields[5] = &ffi_type_double;
|
|
102
|
-
cls_struct_fields[6] = &ffi_type_double;
|
|
103
|
-
cls_struct_fields[7] = &ffi_type_double;
|
|
104
|
-
cls_struct_fields[8] = &ffi_type_double;
|
|
105
|
-
cls_struct_fields[9] = &ffi_type_double;
|
|
106
|
-
cls_struct_fields[10] = &ffi_type_double;
|
|
107
|
-
cls_struct_fields[11] = &ffi_type_double;
|
|
108
|
-
cls_struct_fields[12] = &ffi_type_double;
|
|
109
|
-
cls_struct_fields[13] = &ffi_type_sint32;
|
|
110
|
-
cls_struct_fields[14] = NULL;
|
|
111
|
-
|
|
112
|
-
dbl_arg_types[0] = &cls_struct_type;
|
|
113
|
-
dbl_arg_types[1] = &cls_struct_type;
|
|
114
|
-
dbl_arg_types[2] = &cls_struct_type;
|
|
115
|
-
dbl_arg_types[3] = &cls_struct_type;
|
|
116
|
-
dbl_arg_types[4] = NULL;
|
|
117
|
-
|
|
118
|
-
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
|
|
119
|
-
dbl_arg_types) == FFI_OK);
|
|
120
|
-
|
|
121
|
-
args_dbl[0] = &e_dbl;
|
|
122
|
-
args_dbl[1] = &f_dbl;
|
|
123
|
-
args_dbl[2] = &g_dbl;
|
|
124
|
-
args_dbl[3] = &h_dbl;
|
|
125
|
-
args_dbl[4] = NULL;
|
|
126
|
-
|
|
127
|
-
ffi_call(&cif, FFI_FN(cls_struct_108byte_fn), &res_dbl, args_dbl);
|
|
128
|
-
/* { dg-output "22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
|
|
129
|
-
printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
|
|
130
|
-
res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
|
|
131
|
-
res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n);
|
|
132
|
-
/* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
|
|
133
|
-
|
|
134
|
-
CHECK(ffi_prep_closure_loc(pcl, &cif, cls_struct_108byte_gn, NULL, code) == FFI_OK);
|
|
135
|
-
|
|
136
|
-
res_dbl = ((struct_108byte(*)(struct_108byte, struct_108byte,
|
|
137
|
-
struct_108byte, struct_108byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl);
|
|
138
|
-
/* { dg-output "\n22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
|
|
139
|
-
printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
|
|
140
|
-
res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
|
|
141
|
-
res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n);
|
|
142
|
-
/* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
|
|
143
|
-
|
|
144
|
-
exit(0);
|
|
145
|
-
}
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
/* Area: ffi_call, closure_call
|
|
2
|
-
Purpose: Check structure returning with different structure size.
|
|
3
|
-
Depending on the ABI. Check bigger struct which overlaps
|
|
4
|
-
the gp and fp register count on Darwin/AIX/ppc64.
|
|
5
|
-
Limitations: none.
|
|
6
|
-
PR: none.
|
|
7
|
-
Originator: Blake Chaffin 6/21/2007 */
|
|
8
|
-
|
|
9
|
-
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
|
|
10
|
-
#include "ffitest.h"
|
|
11
|
-
|
|
12
|
-
/* 13 FPRs: 104 bytes */
|
|
13
|
-
/* 14 FPRs: 112 bytes */
|
|
14
|
-
|
|
15
|
-
typedef struct struct_116byte {
|
|
16
|
-
double a;
|
|
17
|
-
double b;
|
|
18
|
-
double c;
|
|
19
|
-
double d;
|
|
20
|
-
double e;
|
|
21
|
-
double f;
|
|
22
|
-
double g;
|
|
23
|
-
double h;
|
|
24
|
-
double i;
|
|
25
|
-
double j;
|
|
26
|
-
double k;
|
|
27
|
-
double l;
|
|
28
|
-
double m;
|
|
29
|
-
double n;
|
|
30
|
-
int o;
|
|
31
|
-
} struct_116byte;
|
|
32
|
-
|
|
33
|
-
struct_116byte cls_struct_116byte_fn(
|
|
34
|
-
struct_116byte b0,
|
|
35
|
-
struct_116byte b1,
|
|
36
|
-
struct_116byte b2,
|
|
37
|
-
struct_116byte b3)
|
|
38
|
-
{
|
|
39
|
-
struct_116byte result;
|
|
40
|
-
|
|
41
|
-
result.a = b0.a + b1.a + b2.a + b3.a;
|
|
42
|
-
result.b = b0.b + b1.b + b2.b + b3.b;
|
|
43
|
-
result.c = b0.c + b1.c + b2.c + b3.c;
|
|
44
|
-
result.d = b0.d + b1.d + b2.d + b3.d;
|
|
45
|
-
result.e = b0.e + b1.e + b2.e + b3.e;
|
|
46
|
-
result.f = b0.f + b1.f + b2.f + b3.f;
|
|
47
|
-
result.g = b0.g + b1.g + b2.g + b3.g;
|
|
48
|
-
result.h = b0.h + b1.h + b2.h + b3.h;
|
|
49
|
-
result.i = b0.i + b1.i + b2.i + b3.i;
|
|
50
|
-
result.j = b0.j + b1.j + b2.j + b3.j;
|
|
51
|
-
result.k = b0.k + b1.k + b2.k + b3.k;
|
|
52
|
-
result.l = b0.l + b1.l + b2.l + b3.l;
|
|
53
|
-
result.m = b0.m + b1.m + b2.m + b3.m;
|
|
54
|
-
result.n = b0.n + b1.n + b2.n + b3.n;
|
|
55
|
-
result.o = b0.o + b1.o + b2.o + b3.o;
|
|
56
|
-
|
|
57
|
-
printf("%g %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", result.a, result.b, result.c,
|
|
58
|
-
result.d, result.e, result.f, result.g, result.h, result.i,
|
|
59
|
-
result.j, result.k, result.l, result.m, result.n, result.o);
|
|
60
|
-
|
|
61
|
-
return result;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
static void
|
|
65
|
-
cls_struct_116byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__)
|
|
66
|
-
{
|
|
67
|
-
struct_116byte b0, b1, b2, b3;
|
|
68
|
-
|
|
69
|
-
b0 = *(struct_116byte*)(args[0]);
|
|
70
|
-
b1 = *(struct_116byte*)(args[1]);
|
|
71
|
-
b2 = *(struct_116byte*)(args[2]);
|
|
72
|
-
b3 = *(struct_116byte*)(args[3]);
|
|
73
|
-
|
|
74
|
-
*(struct_116byte*)resp = cls_struct_116byte_fn(b0, b1, b2, b3);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
int main (void)
|
|
78
|
-
{
|
|
79
|
-
ffi_cif cif;
|
|
80
|
-
void *code;
|
|
81
|
-
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
|
82
|
-
void* args_dbl[5];
|
|
83
|
-
ffi_type* cls_struct_fields[16];
|
|
84
|
-
ffi_type cls_struct_type;
|
|
85
|
-
ffi_type* dbl_arg_types[5];
|
|
86
|
-
|
|
87
|
-
struct_116byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 7 };
|
|
88
|
-
struct_116byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0, 5.0, 7.0, 9.0, 1.0, 6.0, 4 };
|
|
89
|
-
struct_116byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 8.0, 6.0, 1.0, 4.0, 0.0, 7.0, 3 };
|
|
90
|
-
struct_116byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 9.0, 2.0, 6.0, 5.0, 3.0, 8.0, 2 };
|
|
91
|
-
struct_116byte res_dbl;
|
|
92
|
-
|
|
93
|
-
cls_struct_type.size = 0;
|
|
94
|
-
cls_struct_type.alignment = 0;
|
|
95
|
-
cls_struct_type.type = FFI_TYPE_STRUCT;
|
|
96
|
-
cls_struct_type.elements = cls_struct_fields;
|
|
97
|
-
|
|
98
|
-
cls_struct_fields[0] = &ffi_type_double;
|
|
99
|
-
cls_struct_fields[1] = &ffi_type_double;
|
|
100
|
-
cls_struct_fields[2] = &ffi_type_double;
|
|
101
|
-
cls_struct_fields[3] = &ffi_type_double;
|
|
102
|
-
cls_struct_fields[4] = &ffi_type_double;
|
|
103
|
-
cls_struct_fields[5] = &ffi_type_double;
|
|
104
|
-
cls_struct_fields[6] = &ffi_type_double;
|
|
105
|
-
cls_struct_fields[7] = &ffi_type_double;
|
|
106
|
-
cls_struct_fields[8] = &ffi_type_double;
|
|
107
|
-
cls_struct_fields[9] = &ffi_type_double;
|
|
108
|
-
cls_struct_fields[10] = &ffi_type_double;
|
|
109
|
-
cls_struct_fields[11] = &ffi_type_double;
|
|
110
|
-
cls_struct_fields[12] = &ffi_type_double;
|
|
111
|
-
cls_struct_fields[13] = &ffi_type_double;
|
|
112
|
-
cls_struct_fields[14] = &ffi_type_sint32;
|
|
113
|
-
cls_struct_fields[15] = NULL;
|
|
114
|
-
|
|
115
|
-
dbl_arg_types[0] = &cls_struct_type;
|
|
116
|
-
dbl_arg_types[1] = &cls_struct_type;
|
|
117
|
-
dbl_arg_types[2] = &cls_struct_type;
|
|
118
|
-
dbl_arg_types[3] = &cls_struct_type;
|
|
119
|
-
dbl_arg_types[4] = NULL;
|
|
120
|
-
|
|
121
|
-
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
|
|
122
|
-
dbl_arg_types) == FFI_OK);
|
|
123
|
-
|
|
124
|
-
args_dbl[0] = &e_dbl;
|
|
125
|
-
args_dbl[1] = &f_dbl;
|
|
126
|
-
args_dbl[2] = &g_dbl;
|
|
127
|
-
args_dbl[3] = &h_dbl;
|
|
128
|
-
args_dbl[4] = NULL;
|
|
129
|
-
|
|
130
|
-
ffi_call(&cif, FFI_FN(cls_struct_116byte_fn), &res_dbl, args_dbl);
|
|
131
|
-
/* { dg-output "22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
|
|
132
|
-
printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
|
|
133
|
-
res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
|
|
134
|
-
res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n, res_dbl.o);
|
|
135
|
-
/* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
|
|
136
|
-
|
|
137
|
-
CHECK(ffi_prep_closure_loc(pcl, &cif, cls_struct_116byte_gn, NULL, code) == FFI_OK);
|
|
138
|
-
|
|
139
|
-
res_dbl = ((struct_116byte(*)(struct_116byte, struct_116byte,
|
|
140
|
-
struct_116byte, struct_116byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl);
|
|
141
|
-
/* { dg-output "\n22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
|
|
142
|
-
printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
|
|
143
|
-
res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
|
|
144
|
-
res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n, res_dbl.o);
|
|
145
|
-
/* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
|
|
146
|
-
|
|
147
|
-
exit(0);
|
|
148
|
-
}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
/* Area: ffi_call, closure_call
|
|
2
|
-
Purpose: Check structure returning with different structure size.
|
|
3
|
-
Depending on the ABI. Check bigger struct which overlaps
|
|
4
|
-
the gp and fp register count on Darwin/AIX/ppc64.
|
|
5
|
-
Limitations: none.
|
|
6
|
-
PR: none.
|
|
7
|
-
Originator: Blake Chaffin 6/21/2007 */
|
|
8
|
-
|
|
9
|
-
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
|
|
10
|
-
#include "ffitest.h"
|
|
11
|
-
|
|
12
|
-
typedef struct struct_72byte {
|
|
13
|
-
double a;
|
|
14
|
-
double b;
|
|
15
|
-
double c;
|
|
16
|
-
double d;
|
|
17
|
-
double e;
|
|
18
|
-
double f;
|
|
19
|
-
double g;
|
|
20
|
-
double h;
|
|
21
|
-
double i;
|
|
22
|
-
} struct_72byte;
|
|
23
|
-
|
|
24
|
-
static struct_72byte cls_struct_72byte_fn(
|
|
25
|
-
struct_72byte b0,
|
|
26
|
-
struct_72byte b1,
|
|
27
|
-
struct_72byte b2,
|
|
28
|
-
struct_72byte b3)
|
|
29
|
-
{
|
|
30
|
-
struct_72byte result;
|
|
31
|
-
|
|
32
|
-
result.a = b0.a + b1.a + b2.a + b3.a;
|
|
33
|
-
result.b = b0.b + b1.b + b2.b + b3.b;
|
|
34
|
-
result.c = b0.c + b1.c + b2.c + b3.c;
|
|
35
|
-
result.d = b0.d + b1.d + b2.d + b3.d;
|
|
36
|
-
result.e = b0.e + b1.e + b2.e + b3.e;
|
|
37
|
-
result.f = b0.f + b1.f + b2.f + b3.f;
|
|
38
|
-
result.g = b0.g + b1.g + b2.g + b3.g;
|
|
39
|
-
result.h = b0.h + b1.h + b2.h + b3.h;
|
|
40
|
-
result.i = b0.i + b1.i + b2.i + b3.i;
|
|
41
|
-
|
|
42
|
-
printf("%g %g %g %g %g %g %g %g %g\n", result.a, result.b, result.c,
|
|
43
|
-
result.d, result.e, result.f, result.g, result.h, result.i);
|
|
44
|
-
|
|
45
|
-
return result;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
static void
|
|
49
|
-
cls_struct_72byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__)
|
|
50
|
-
{
|
|
51
|
-
struct_72byte b0, b1, b2, b3;
|
|
52
|
-
|
|
53
|
-
b0 = *(struct_72byte*)(args[0]);
|
|
54
|
-
b1 = *(struct_72byte*)(args[1]);
|
|
55
|
-
b2 = *(struct_72byte*)(args[2]);
|
|
56
|
-
b3 = *(struct_72byte*)(args[3]);
|
|
57
|
-
|
|
58
|
-
*(struct_72byte*)resp = cls_struct_72byte_fn(b0, b1, b2, b3);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
int main (void)
|
|
62
|
-
{
|
|
63
|
-
ffi_cif cif;
|
|
64
|
-
void *code;
|
|
65
|
-
ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
|
|
66
|
-
void* args_dbl[5];
|
|
67
|
-
ffi_type* cls_struct_fields[10];
|
|
68
|
-
ffi_type cls_struct_type;
|
|
69
|
-
ffi_type* dbl_arg_types[5];
|
|
70
|
-
|
|
71
|
-
struct_72byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 7.0 };
|
|
72
|
-
struct_72byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0 };
|
|
73
|
-
struct_72byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 3.0 };
|
|
74
|
-
struct_72byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 2.0 };
|
|
75
|
-
struct_72byte res_dbl;
|
|
76
|
-
|
|
77
|
-
cls_struct_type.size = 0;
|
|
78
|
-
cls_struct_type.alignment = 0;
|
|
79
|
-
cls_struct_type.type = FFI_TYPE_STRUCT;
|
|
80
|
-
cls_struct_type.elements = cls_struct_fields;
|
|
81
|
-
|
|
82
|
-
cls_struct_fields[0] = &ffi_type_double;
|
|
83
|
-
cls_struct_fields[1] = &ffi_type_double;
|
|
84
|
-
cls_struct_fields[2] = &ffi_type_double;
|
|
85
|
-
cls_struct_fields[3] = &ffi_type_double;
|
|
86
|
-
cls_struct_fields[4] = &ffi_type_double;
|
|
87
|
-
cls_struct_fields[5] = &ffi_type_double;
|
|
88
|
-
cls_struct_fields[6] = &ffi_type_double;
|
|
89
|
-
cls_struct_fields[7] = &ffi_type_double;
|
|
90
|
-
cls_struct_fields[8] = &ffi_type_double;
|
|
91
|
-
cls_struct_fields[9] = NULL;
|
|
92
|
-
|
|
93
|
-
dbl_arg_types[0] = &cls_struct_type;
|
|
94
|
-
dbl_arg_types[1] = &cls_struct_type;
|
|
95
|
-
dbl_arg_types[2] = &cls_struct_type;
|
|
96
|
-
dbl_arg_types[3] = &cls_struct_type;
|
|
97
|
-
dbl_arg_types[4] = NULL;
|
|
98
|
-
|
|
99
|
-
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
|
|
100
|
-
dbl_arg_types) == FFI_OK);
|
|
101
|
-
|
|
102
|
-
args_dbl[0] = &e_dbl;
|
|
103
|
-
args_dbl[1] = &f_dbl;
|
|
104
|
-
args_dbl[2] = &g_dbl;
|
|
105
|
-
args_dbl[3] = &h_dbl;
|
|
106
|
-
args_dbl[4] = NULL;
|
|
107
|
-
|
|
108
|
-
ffi_call(&cif, FFI_FN(cls_struct_72byte_fn), &res_dbl, args_dbl);
|
|
109
|
-
/* { dg-output "22 15 17 25 6 13 19 18 16" } */
|
|
110
|
-
printf("res: %g %g %g %g %g %g %g %g %g\n", res_dbl.a, res_dbl.b, res_dbl.c,
|
|
111
|
-
res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i);
|
|
112
|
-
/* { dg-output "\nres: 22 15 17 25 6 13 19 18 16" } */
|
|
113
|
-
|
|
114
|
-
CHECK(ffi_prep_closure_loc(pcl, &cif, cls_struct_72byte_gn, NULL, code) == FFI_OK);
|
|
115
|
-
|
|
116
|
-
res_dbl = ((struct_72byte(*)(struct_72byte, struct_72byte,
|
|
117
|
-
struct_72byte, struct_72byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl);
|
|
118
|
-
/* { dg-output "\n22 15 17 25 6 13 19 18 16" } */
|
|
119
|
-
printf("res: %g %g %g %g %g %g %g %g %g\n", res_dbl.a, res_dbl.b, res_dbl.c,
|
|
120
|
-
res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i);
|
|
121
|
-
/* { dg-output "\nres: 22 15 17 25 6 13 19 18 16" } */
|
|
122
|
-
|
|
123
|
-
exit(0);
|
|
124
|
-
}
|