Do not enable -fcheck-pointer-bounds w/ -fsanitize=bounds
authorMartin Liska <mliska@suse.cz>
Mon, 13 Jun 2016 07:17:16 +0000 (09:17 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 13 Jun 2016 07:17:16 +0000 (07:17 +0000)
commit5843a5f0a2d875ac67b098e6a8eae0501e31fe16
tree0dcb523086920289135e4c45f68360235e4405a0
parent1d1ca0deaa7cd5f3b3fb0393a8ceca94cdb1bc7f
Do not enable -fcheck-pointer-bounds w/ -fsanitize=bounds

PR sanitizer/71458
* toplev.c (process_options): Do not enable -fcheck-pointer-bounds
w/ -fsanitize=bounds.
* gcc.target/i386/pr71458.c: New test.

From-SVN: r237353
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr71458.c [new file with mode: 0644]
gcc/toplev.c