| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 1443f89..8986115 master -> origin/master |
| "make after-update -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk_gcc13/yjit.h:7, |
| from /tmp/ruby/src/trunk_gcc13/internal/cmdlineopt.h:4, |
| from /tmp/ruby/src/trunk_gcc13/version.c:12: |
| /tmp/ruby/src/trunk_gcc13/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk_gcc13/include/ruby/internal/config.h:37:26: note: in definition of macro ‘TOKEN_PASTE’ |
| 37 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk_gcc13/version.h:29:5: note: in expansion of macro ‘ONLY_ONE_DIGIT’ |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc13/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk_gcc13/include/ruby/internal/config.h:37:26: note: in definition of macro ‘TOKEN_PASTE’ |
| 37 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk_gcc13/version.h:34:5: note: in expansion of macro ‘ONLY_ONE_DIGIT’ |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "make miniruby -j4" exit with 512. |
| In file included from /tmp/ruby/src/trunk_gcc13/yjit.h:7, |
| from /tmp/ruby/src/trunk_gcc13/internal/cmdlineopt.h:4, |
| from /tmp/ruby/src/trunk_gcc13/version.c:12: |
| /tmp/ruby/src/trunk_gcc13/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk_gcc13/include/ruby/internal/config.h:37:26: note: in definition of macro ‘TOKEN_PASTE’ |
| 37 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk_gcc13/version.h:29:5: note: in expansion of macro ‘ONLY_ONE_DIGIT’ |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_gcc13/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk_gcc13/include/ruby/internal/config.h:37:26: note: in definition of macro ‘TOKEN_PASTE’ |
| 37 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk_gcc13/version.h:34:5: note: in expansion of macro ‘ONLY_ONE_DIGIT’ |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| 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: *** [Makefile:494: version.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |