[Bug c++/118752] New: clang::no_sanitize scopped attribute should be an alias to gnu::no_sanitize
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 5 00:34:56 GMT 2025
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.
More information about the Gcc-bugs
mailing list