| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/ruby |
| b6b31f6..a861c74 master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| In file included from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/long.h:42, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/int.h:26, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/char.h:23, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic.h:24, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/ruby.h:28, |
| from /tmp/ruby/src/trunk-gc-asserts/internal.h:31, |
| from /tmp/ruby/src/trunk-gc-asserts/complex.c:19: |
| /tmp/ruby/src/trunk-gc-asserts/complex.c: In function 'rb_complex_pow': |
| /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/special_consts.h:313:16: warning: 'zr' may be used uninitialized [-Wmaybe-uninitialized] |
| 313 | return obj & RUBY_IMMEDIATE_MASK; |
| | ~~~~^~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-gc-asserts/complex.c:1048:11: note: 'zr' was declared here |
| 1048 | VALUE zr, zi; |
| | ^~ |
| In file included from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/long.h:42, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/int.h:26, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/char.h:23, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic.h:24, |
| from /tmp/ruby/src/trunk-gc-asserts/include/ruby/ruby.h:28, |
| from /tmp/ruby/src/trunk-gc-asserts/internal.h:31, |
| from /tmp/ruby/src/trunk-gc-asserts/complex.c:19: |
| /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/special_consts.h:329:32: warning: 'zi' may be used uninitialized [-Wmaybe-uninitialized] |
| 329 | return RB_IMMEDIATE_P(obj) || obj == RUBY_Qfalse; |
| | ^ |
| /tmp/ruby/src/trunk-gc-asserts/complex.c:1048:15: note: 'zi' was declared here |
| 1048 | VALUE zr, zi; |
| | ^~ |
| /tmp/ruby/src/trunk-gc-asserts/complex.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0. |