https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118752
Bug ID: 118752 Summary: clang::no_sanitize scopped attribute should be an alias to gnu::no_sanitize Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- For compatibility, it would useful to have clang::no_sanitize scopped attribute as an alias to gnu::no_sanitize . Just like how clang::must_tail is handled.