[Bug sanitizer/107374] Please expand the size of flag_sanitize to uint64_t

2023-03-31 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107374 Xi Ruoyao changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug sanitizer/107374] Please expand the size of flag_sanitize to uint64_t

2022-10-24 Thread ashimida at linux dot alibaba.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107374 --- Comment #2 from ashimida --- (In reply to Jakub Jelinek from comment #1) > We don't do such things just for case, rather changes like that are done as > part of a patch that adds the first thing that needs it. Ok, got it, thanks a lot :) D

[Bug sanitizer/107374] Please expand the size of flag_sanitize to uint64_t

2022-10-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107374 --- Comment #1 from Jakub Jelinek --- We don't do such things just for case, rather changes like that are done as part of a patch that adds the first thing that needs it.