diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-11-08 15:06:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-11-08 16:13:30 +0900 |
commit | 001606097b3239b84a5910e2f2bc814074cb6973 (patch) | |
tree | b7234edf5c0453e2715f82a00746d5415f1619d0 /vm_exec.c | |
parent | 4a7d6c2852aa734506be83c932168e8f974687b5 (diff) | |
download | ruby-001606097b3239b84a5910e2f2bc814074cb6973.tar.gz |
Suppress false warning by a bug of gcc
GCC [Bug 99578] seems triggered by calling `rb_reg_last_match` before
`match_check(match)`, probably by `NIL_P(match)` in `rb_reg_nth_match`.
[Bug 99578]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578
Diffstat (limited to 'vm_exec.c')
0 files changed, 0 insertions, 0 deletions