| "git clone --depth 1 https://github.com/ruby/ruby.git trunk_gcc10" exit with 0. |
| Cloning into 'trunk_gcc10'... |
| Updating files: 66% (7460/11152) |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk_gcc10/configure --prefix=/tmp/ruby/install/trunk_gcc10 --disable-install-doc CC=gcc-10" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk_gcc10/gems/src/repl_type_completor'... |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk_gcc10/enc/jis/props.h.blt /tmp/ruby/src/trunk_gcc10/enc/jis/props.h |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk_gcc10/include/ruby/internal/cast.h:28, |
| from /tmp/ruby/src/trunk_gcc10/include/ruby/internal/assume.h:29, |
| from /tmp/ruby/src/trunk_gcc10/include/ruby/backward/2/assume.h:24, |
| from /tmp/ruby/src/trunk_gcc10/include/ruby/defines.h:72, |
| from /tmp/ruby/src/trunk_gcc10/include/ruby/ruby.h:25, |
| from /tmp/ruby/src/trunk_gcc10/include/ruby.h:38, |
| from /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/../defs.h:8, |
| from /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/sha1.h:14, |
| from /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/sha1.c:20: |
| /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/sha1.c: In function ‘rb_Digest_SHA1_Update’: |
| /tmp/ruby/src/trunk_gcc10/include/ruby/internal/warning_push.h:107:39: warning: unknown option after ‘#pragma GCC diagnostic’ kind; did you mean ‘-Wstringop-overflow’? [-Wpragmas] |
| 107 | # define RBIMPL_WARNING_PRAGMA0(x) _Pragma(# x) |
| | ^~~~~~~ |
| /tmp/ruby/src/trunk_gcc10/include/ruby/internal/warning_push.h:108:39: note: in expansion of macro ‘RBIMPL_WARNING_PRAGMA0’ |
| 108 | # define RBIMPL_WARNING_PRAGMA1(x) RBIMPL_WARNING_PRAGMA0(GCC diagnostic x) |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc10/include/ruby/internal/warning_push.h:109:39: note: in expansion of macro ‘RBIMPL_WARNING_PRAGMA1’ |
| 109 | # define RBIMPL_WARNING_PRAGMA2(x, y) RBIMPL_WARNING_PRAGMA1(x # y) |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc10/include/ruby/internal/warning_push.h:113:39: note: in expansion of macro ‘RBIMPL_WARNING_PRAGMA2’ |
| 113 | # define RBIMPL_WARNING_IGNORED(flag) RBIMPL_WARNING_PRAGMA2(ignored, flag) |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/../defs.h:21:42: note: in expansion of macro ‘RBIMPL_WARNING_IGNORED’ |
| 21 | # define RB_DIGEST_WARNING_IGNORED(flag) RBIMPL_WARNING_IGNORED(flag) |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/sha1.c:238:6: note: in expansion of macro ‘RB_DIGEST_WARNING_IGNORED’ |
| 238 | RB_DIGEST_WARNING_IGNORED(-Wstringop-overread); |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc10/ext/digest/sha1/sha1.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 |
| /tmp/ruby/src/trunk_gcc10/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.c: In function ‘Init_rbs_extension’: |
| /tmp/ruby/src/trunk_gcc10/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.c:24:3: warning: multi-line comment [-Wcomment] |
| 24 | // grep -o 'INTERN("\([^"]*\)")' ext/rbs_extension/parser.c \ |
| | ^ |
| /tmp/ruby/src/trunk_gcc10/.bundle/gems/rbs-3.9.2/ext/rbs_extension/main.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 install -j4" 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. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |