rev: 65479
test-all : 20414 tests, 5076948 assertions, 0 failures, 0 errors, 76 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.20181101-030612
#<BuildRuby:0x000055ce2378aa40
@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.20181101-030612",
@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.000041)
autoconf 0.000000 0.000000 0.000000 ( 0.000060)
configure 0.000000 0.000000 0.000000 ( 0.000071)
build_up 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:1267: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:2181: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:2184: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:2224: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:2247: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:2343: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:2374: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:2377: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:2628:12: note: in expansion of macro 'INT2FIX'
return INT2FIX(RHASH_SIZE(hash));
^
/home/ko1/ruby/src/trunk_gcc5/hash.c:2628: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:2634: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:2650: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:2802: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:2877: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:2878: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:2935: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:2992: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:3038: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:3092: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:3144: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:3303: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:3303: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:3393: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:3443: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:3712: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:3817: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:3831: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:3872: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:3895: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:3898: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:3933: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:4032: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:4120: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:4120: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:4141: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:4141: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:4162: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:4162: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:4183: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:4183: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: 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.012000 0.000000 7.632000 ( 7.385782)
build_miniruby 0.000000 0.004000 0.084000 ( 0.086177)
build_ruby 0.004000 0.000000 1.716000 ( 1.757910)
build_all 0.012000 0.004000 4.592000 ( 2.649852)
build_install 0.016000 0.008000 3.500000 ( 2.659207)
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 33.908000 ( 38.155484)
test_basic 0.008000 0.008000 0.584000 ( 0.759330)
test_all 0.000000 0.000000 809.548000 (153.300984)
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.076000 0.016000 92.952000 (102.151609)
total: 308.91 sec