summaryrefslogtreecommitdiff
path: root/spec/ruby/library/readline/history/shared
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2026-05-26 14:50:45 -0700
committerGitHub <noreply@github.com>2026-05-26 14:50:45 -0700
commitdcfba5725794815fa36e129457f9d748f24371f9 (patch)
tree5d0c3f0eebef7e34775e56ebf27bc2890c675740 /spec/ruby/library/readline/history/shared
parentce7f3ed832a50e493e3b6cb592791aa1fe784d85 (diff)
Suppress -Warray-bounds false positive in RCLASS_WRITE_SUPER (#16990)HEADmaster
After 4bb1977b78 switched RCLASS_PRIME_CLASSEXT_WRITABLE_P to FL_TEST_RAW, GCC lost the RB_FL_ABLE-derived hint that klass is not a special const, and started warning that RCLASS_EXT_PRIME(klass) (used by the inlined RCLASS_WRITE_SUPER in class_associate_super) could yield a near-zero pointer. Make the existing VM_ASSERT(klass != 0) precondition visible to the optimizer via RBIMPL_ASSUME so the warning goes away without re-introducing the FL_TEST overhead. Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Diffstat (limited to 'spec/ruby/library/readline/history/shared')
0 files changed, 0 insertions, 0 deletions