]> git.ipfire.org Git - thirdparty/gcc.git/commit
Support LLVM style of no_sanitize attribute (PR sanitizer/85556).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 May 2018 07:37:35 +0000 (07:37 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 May 2018 07:37:35 +0000 (07:37 +0000)
commit3308817aa11be9d43cd564d249dae1c28bf41015
treef5d45b2c3debefede4370624eb06a7a8ed2947ab
parent03dbe51bff18d90e1546df651e55cc2a54bad704
Support LLVM style of no_sanitize attribute (PR sanitizer/85556).

2018-05-11  Martin Liska  <mliska@suse.cz>

        PR sanitizer/85556
* doc/extend.texi: Document LLVM style format for no_sanitize
attribute.
2018-05-11  Martin Liska  <mliska@suse.cz>

        PR sanitizer/85556
* c-attribs.c (handle_no_sanitize_attribute): Iterate all
TREE_LIST values.
2018-05-11  Martin Liska  <mliska@suse.cz>

        PR sanitizer/85556
* c-c++-common/ubsan/attrib-6.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260154 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-attribs.c
gcc/doc/extend.texi
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ubsan/attrib-6.c [new file with mode: 0644]