rev: 65458
test-all : 20410 tests, 5072585 assertions, 0 failures, 0 errors, 78 skips
test-spec: 3711 files, 30062 examples, 102804 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 0.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 0.
"make install -j6" exit with 0.
"make yes-btest TESTS='-j6'" exit with 0.
"make yes-test-basic TESTS='-j6'" exit with 0.
"make yes-test-all TESTS='-j6'" exit with 0.
"make yes-test-rubyspec TESTS='-j6'" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk_gcc5.20181030-230109
#<BuildRuby:0x00005640723a6a20
@BUILD_DIR="/home/ko1/ruby/build",
@INSTALL_DIR="/home/ko1/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/home/ko1/ruby/src",
@TARGET_BUILD_DIR="/home/ko1/ruby/build/trunk_gcc5",
@TARGET_INSTALL_DIR="/home/ko1/ruby/install/trunk_gcc5",
@TARGET_NAME="trunk_gcc5",
@TARGET_SRC_DIR="/home/ko1/ruby/src/trunk_gcc5",
@build_opts="-j6",
@configure_opts=["CC=gcc-5"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_gcc5.20181030-230109",
@quiet=false,
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS='-j6'",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000029)
autoconf 0.000000 0.000000 0.000000 ( 0.000052)
configure 0.000000 0.000000 0.000000 ( 0.000066)
build_up In file included from /home/ko1/ruby/src/trunk_gcc5/class.c:26:0:
/home/ko1/ruby/src/trunk_gcc5/class.c: In function 'rb_extract_keywords':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/class.c:1853:9: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/class.c: In function 'rb_get_kwargs':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/class.c:1920:6: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(keyword_hash) > (unsigned int)(values ? 0 : j)) {
^
In file included from /home/ko1/ruby/src/trunk_gcc5/compile.c:15:0:
/home/ko1/ruby/src/trunk_gcc5/compile.c: In function 'ibf_dump_object_hash':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/compile.c:9420:16: note: in expansion of macro 'RHASH_SIZE'
long len = RHASH_SIZE(obj);
^
In file included from /home/ko1/ruby/src/trunk_gcc5/array.c:22:0:
/home/ko1/ruby/src/trunk_gcc5/array.c: In function 'rb_ary_uniq_bang':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/array.c:4856:17: note: in expansion of macro 'RHASH_SIZE'
hash_size = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/class.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
/home/ko1/ruby/src/trunk_gcc5/array.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
In file included from /home/ko1/ruby/src/trunk_gcc5/eval.c:14:0:
/home/ko1/ruby/src/trunk_gcc5/eval.c: In function 'extract_raise_opts':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/eval.c:673:11: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(opt)) {
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/eval.c:677:7: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(opt)) --argc;
^
/home/ko1/ruby/src/trunk_gcc5/eval.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
In file included from /home/ko1/ruby/src/trunk_gcc5/gc.c:24:0:
/home/ko1/ruby/src/trunk_gcc5/gc.c: In function 'count_objects':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/gc.c:3517:15: note: in expansion of macro 'RHASH_EMPTY_P'
else if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/gc.c: In function 'rb_raw_obj_info':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/gc.c:9711:29: note: in expansion of macro 'RHASH_SIZE'
(int)RHASH_SIZE(obj));
^
In file included from /home/ko1/ruby/src/trunk_gcc5/hash.c:17:0:
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'hash_dup':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:1265:10: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_reject_bang':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2179:9: note: in expansion of macro 'RHASH_SIZE'
n = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2182:14: note: in expansion of macro 'RHASH_SIZE'
if (n == RHASH_SIZE(hash)) return Qnil;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_reject':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2222:10: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_slice':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2245:22: note: in expansion of macro 'RHASH_EMPTY_P'
if (argc == 0 || RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_select':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2341:10: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_select_bang':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2372:9: note: in expansion of macro 'RHASH_SIZE'
n = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2375:14: note: in expansion of macro 'RHASH_SIZE'
if (n == RHASH_SIZE(hash)) return Qnil;
^
In file included from /home/ko1/ruby/src/trunk_gcc5/include/ruby/encoding.h:27:0,
from /home/ko1/ruby/src/trunk_gcc5/hash.c:14:
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_size':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:261:33: note: in definition of macro 'RB_INT2FIX'
#define RB_INT2FIX(i) (((VALUE)(i))<<1 | RUBY_FIXNUM_FLAG)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2626:12: note: in expansion of macro 'INT2FIX'
return INT2FIX(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2626:20: note: in expansion of macro 'RHASH_SIZE'
return INT2FIX(RHASH_SIZE(hash));
^
In file included from /home/ko1/ruby/src/trunk_gcc5/hash.c:17:0:
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_size_num':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2632:18: note: in expansion of macro 'RHASH_SIZE'
return (long)RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_empty_p':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2648:12: note: in expansion of macro 'RHASH_EMPTY_P'
return RHASH_EMPTY_P(hash) ? Qtrue : Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_transform_keys':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2800:10: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_transform_values':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2875:36: note: in expansion of macro 'RHASH_SIZE'
result = rb_hash_new_with_size(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2876:10: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_to_a':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2933:27: note: in expansion of macro 'RHASH_SIZE'
ary = rb_ary_new_capa(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_inspect':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2990:9: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(hash))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_to_h_block':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3036:37: note: in expansion of macro 'RHASH_SIZE'
VALUE h = rb_hash_new_with_size(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_keys':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3090:23: note: in expansion of macro 'RHASH_SIZE'
st_index_t size = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_values':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3142:23: note: in expansion of macro 'RHASH_SIZE'
st_index_t size = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'hash_equal':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3301:9: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash1) != RHASH_SIZE(hash2))
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3301:30: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash1) != RHASH_SIZE(hash2))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_hash':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3391:23: note: in expansion of macro 'RHASH_SIZE'
st_index_t size = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_invert':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3441:37: note: in expansion of macro 'RHASH_SIZE'
VALUE h = rb_hash_new_with_size(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_assoc':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3710:9: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(hash)) return Qnil;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_flatten':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3815:24: note: in expansion of macro 'RHASH_SIZE'
ary = rb_ary_new_capa(RHASH_SIZE(hash) * 2);
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3829:24: note: in expansion of macro 'RHASH_SIZE'
ary = rb_ary_new_capa(RHASH_SIZE(hash) * 2);
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_compact':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3870:10: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(hash)) {
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_compact_bang':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3893:9: note: in expansion of macro 'RHASH_SIZE'
n = RHASH_SIZE(hash);
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3896:18: note: in expansion of macro 'RHASH_SIZE'
if (n != RHASH_SIZE(hash))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_compare_by_id':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:3931:47: note: in expansion of macro 'RHASH_SIZE'
identtable = rb_init_identtable_with_size(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_any_p':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4030:9: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(hash)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_le':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4118:9: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) > RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4118:28: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) > RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_lt':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4139:9: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) >= RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4139:29: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) >= RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_ge':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4160:9: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) < RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4160:28: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) < RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/hash.c: In function 'rb_hash_gt':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4181:9: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) <= RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:4181:29: note: in expansion of macro 'RHASH_SIZE'
if (RHASH_SIZE(hash) <= RHASH_SIZE(other)) return Qfalse;
^
/home/ko1/ruby/src/trunk_gcc5/compile.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
/home/ko1/ruby/src/trunk_gcc5/hash.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
/home/ko1/ruby/src/trunk_gcc5/gc.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
In file included from /home/ko1/ruby/src/trunk_gcc5/process.c:16:0:
/home/ko1/ruby/src/trunk_gcc5/process.c: In function 'rb_check_exec_options':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/process.c:2215:9: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(opthash))
^
/home/ko1/ruby/src/trunk_gcc5/process.c: In function 'rb_execarg_extract_options':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/process.c:2224:9: note: in expansion of macro 'RHASH_EMPTY_P'
if (RHASH_EMPTY_P(opthash))
^
/home/ko1/ruby/src/trunk_gcc5/process.c: In function 'rb_execarg_parent_start1':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/process.c:2737:52: note: in expansion of macro 'RHASH_SIZE'
envp_str = rb_str_buf_new(sizeof(char*) * (RHASH_SIZE(envtbl) + 1));
^
/home/ko1/ruby/src/trunk_gcc5/process.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
In file included from /home/ko1/ruby/src/trunk_gcc5/method.h:14:0,
from /home/ko1/ruby/src/trunk_gcc5/vm_core.h:75,
from /home/ko1/ruby/src/trunk_gcc5/eval_intern.h:5,
from /home/ko1/ruby/src/trunk_gcc5/thread.c:68:
/home/ko1/ruby/src/trunk_gcc5/thread.c: In function 'recursive_pop':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/thread.c:4849:11: note: in expansion of macro 'RHASH_EMPTY_P'
if (!RHASH_EMPTY_P(pair_list)) {
^
/home/ko1/ruby/src/trunk_gcc5/thread.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
In file included from /home/ko1/ruby/src/trunk_gcc5/include/ruby.h:33:0,
from /home/ko1/ruby/src/trunk_gcc5/internal.h:15,
from /home/ko1/ruby/src/trunk_gcc5/vm.c:11:
/home/ko1/ruby/src/trunk_gcc5/vm_args.c: In function 'setup_parameters_complex':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:347:43: note: in definition of macro 'rb_long2int'
#define rb_long2int(n) rb_long2int_inline(n)
^
/home/ko1/ruby/src/trunk_gcc5/vm_args.c:667:31: note: in expansion of macro 'RHASH_SIZE'
int kw_len = rb_long2int(RHASH_SIZE(keyword_hash));
^
In file included from /home/ko1/ruby/src/trunk_gcc5/vm.c:11:0:
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/vm_args.c:685:38: note: in expansion of macro 'RHASH_SIZE'
else if (!NIL_P(keyword_hash) && RHASH_SIZE(keyword_hash) > 0) {
^
In file included from /home/ko1/ruby/src/trunk_gcc5/include/ruby.h:33:0,
from /home/ko1/ruby/src/trunk_gcc5/internal.h:15,
from /home/ko1/ruby/src/trunk_gcc5/vm.c:11:
/home/ko1/ruby/src/trunk_gcc5/vm_insnhelper.c: In function 'vm_opt_length':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:261:33: note: in definition of macro 'RB_INT2FIX'
#define RB_INT2FIX(i) (((VALUE)(i))<<1 | RUBY_FIXNUM_FLAG)
^
/home/ko1/ruby/src/trunk_gcc5/vm_insnhelper.c:3746:9: note: in expansion of macro 'INT2FIX'
return INT2FIX(RHASH_SIZE(recv));
^
/home/ko1/ruby/src/trunk_gcc5/vm_insnhelper.c:3746:17: note: in expansion of macro 'RHASH_SIZE'
return INT2FIX(RHASH_SIZE(recv));
^
/home/ko1/ruby/src/trunk_gcc5/vm.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
0.024000 0.008000 246.840000 ( 70.223222)
build_miniruby 0.000000 0.004000 0.088000 ( 0.102761)
build_ruby 0.004000 0.000000 3.176000 ( 2.514859)
build_all In file included from /home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace.c:16:0:
/home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace.c: In function 'setup_hash':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/include/ruby/ruby.h:1098:27: note: in expansion of macro 'RHASH_SIZE'
#define RHASH_EMPTY_P(h) (RHASH_SIZE(h) == 0)
^
/home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace.c:139:15: note: in expansion of macro 'RHASH_EMPTY_P'
else if (!RHASH_EMPTY_P(hash)) {
^
In file included from /home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace_dump.c:16:0:
/home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace_dump.c: In function 'dump_object':
/home/ko1/ruby/src/trunk_gcc5/internal.h:757:74: warning: signed and unsigned type in conditional expression [-Wsign-compare]
# define RHASH_SIZE(h) (RHASH_ARRAY_P(h) ? RHASH_ARRAY_SIZE_RAW(h) : RHASH_ST_SIZE(h))
^
/home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace_dump.c:275:50: note: in expansion of macro 'RHASH_SIZE'
dump_append(dc, ", \"size\":%"PRIuSIZE, (size_t)RHASH_SIZE(obj));
^
/home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
/home/ko1/ruby/src/trunk_gcc5/ext/objspace/objspace_dump.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
0.112000 0.020000 179.272000 ( 42.362886)
build_install 0.024000 0.004000 3.928000 ( 3.430590)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb .....................................
test_exception.rb ..................................
test_finalizer.rb .
test_flip.rb .
test_flow.rb ..............................................................
test_fork.rb ....
test_gc.rb ..
test_insns.rb ..........................................................................................................................................................................................................................................................................................................................................................................................
test_io.rb .........
test_jump.rb .............................
test_literal.rb ...........................................................................................................................................................
test_literal_suffix.rb ................................................
test_load.rb ..
test_marshal.rb .
test_massign.rb ..................................
test_method.rb ...............................................................................................................................................................................................................................
test_objectspace.rb .....
test_proc.rb .......................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb ..................................................
PASS all 1390 tests
0.000000 0.000000 36.800000 ( 49.519425)
test_basic 0.016000 0.004000 0.648000 ( 0.873282)
test_all 0.000000 0.000000 863.852000 (214.158200)
test_rubyspec $ /home/ko1/ruby/build/trunk_gcc5/miniruby -I/home/ko1/ruby/src/trunk_gcc5/lib /home/ko1/ruby/src/trunk_gcc5/tool/runruby.rb --archdir=/home/ko1/ruby/build/trunk_gcc5 --extout=.ext -- /home/ko1/ruby/src/trunk_gcc5/spec/mspec/bin/mspec-run -B /home/ko1/ruby/src/trunk_gcc5/spec/default.mspec
0.052000 0.036000 117.352000 (129.873388)
total: 513.06 sec