Re: [PATCH 4/5] Disable -fcheck-pointer-bounds with sanitizers.

2017-03-09 Thread Martin Liška
On 03/07/2017 05:21 PM, Jakub Jelinek wrote: > On Mon, Mar 06, 2017 at 02:07:37PM +0100, marxin wrote: >> PR target/65705 >> PR target/69804 >> * toplev.c (process_options): Disable -fcheck-pointer-bounds with >> sanitizers. > > I can understand why it is disabled for

Re: [PATCH 4/5] Disable -fcheck-pointer-bounds with sanitizers.

2017-03-07 Thread Jakub Jelinek
On Mon, Mar 06, 2017 at 02:07:37PM +0100, marxin wrote: > PR target/65705 > PR target/69804 > * toplev.c (process_options): Disable -fcheck-pointer-bounds with > sanitizers. I can understand why it is disabled for -fsanitize=address or -fsanitize=bounds, perhaps

Re: [PATCH 4/5] Disable -fcheck-pointer-bounds with sanitizers.

2017-03-07 Thread Jeff Law
On 03/06/2017 06:07 AM, marxin wrote: gcc/ChangeLog: 2017-03-06 Martin Liska PR target/65705 PR target/69804 * toplev.c (process_options): Disable -fcheck-pointer-bounds with sanitizers. gcc/testsuite/ChangeLog: 2017-03-06 Martin Liska

[PATCH 4/5] Disable -fcheck-pointer-bounds with sanitizers.

2017-03-07 Thread marxin
gcc/ChangeLog: 2017-03-06 Martin Liska PR target/65705 PR target/69804 * toplev.c (process_options): Disable -fcheck-pointer-bounds with sanitizers. gcc/testsuite/ChangeLog: 2017-03-06 Martin Liska PR target/65705