]> git.ipfire.org Git - thirdparty/gcc.git/commit
2014-07-31 Yury Gribov <y.gribov@samsung.com>
authorygribov <ygribov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2014 13:35:18 +0000 (13:35 +0000)
committerygribov <ygribov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2014 13:35:18 +0000 (13:35 +0000)
commit3e1dd01e64c444733399ba398bb2ace1d59cc4d4
tree635ebf6c3843da8f2869a7802dedfc2941d28cc1
parent7c0c95b8530831130b9d4a1acf4cd0311376bc10
2014-07-31  Yury Gribov  <y.gribov@samsung.com>

* doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
* doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
* flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
New enums.
* gcc.c (sanitize_spec_function): Support new option.
(SANITIZER_SPEC): Remove now redundant check.
* opts.c (common_handle_option): Support new option.
(finish_options): Check for incompatibilities.
* toplev.c (process_options): Split userspace-specific checks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213367 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/cpp.texi
gcc/doc/invoke.texi
gcc/flag-types.h
gcc/gcc.c
gcc/opts.c
gcc/toplev.c