fix memory corruption in old GCC
This typo introduced memory corruption when __builtin_add_overflow is not available but uint128_t is. GCC before 5 are one of such situatins. See also https://rubyci.org/logs/rubyci.s3.amazonaws.com/opensuseleap/ruby-master/log/20191009T120004Z.log.html.gz
This commit is contained in:
parent
bb71a128eb
commit
9b919885a0
@ -427,7 +427,6 @@ tests.compact.each do |(insn, expr, *a)|
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
# with trace
|
||||
tests.compact.each {|(insn, expr, *a)|
|
||||
progn = "set_trace_func(proc{})\n" + expr
|
||||
|
Loading…
x
Reference in New Issue
Block a user