https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107374
Bug ID: 107374 Summary: Please expand the size of flag_sanitize to uint64_t Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: ashimida at linux dot alibaba.com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- Currently, the size of flag_sanitize is 32 bits, and new options such as -fsanitize=kcfi cannot be accommodated in sanitize_code. Could it be scaled up to 64 bit? Thanks, Dan. Ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107048