Re: [PATCH] Fix a test-case for Darwin.

2017-10-11 Thread Martin Liška
On 10/11/2017 09:13 AM, Jakub Jelinek wrote: > On Wed, Oct 11, 2017 at 08:15:16AM +0200, Martin Liška wrote: >> Hello. >> >> This should address failing test-case on Darwin. > > Guess this should fix it not just on Darwin, but also on any target > where the assembler doesn't have a call instructio

Re: [PATCH] Fix a test-case for Darwin.

2017-10-11 Thread Jakub Jelinek
On Wed, Oct 11, 2017 at 08:15:16AM +0200, Martin Liška wrote: > Hello. > > This should address failing test-case on Darwin. Guess this should fix it not just on Darwin, but also on any target where the assembler doesn't have a call instruction but something different (e.g. bl and many others). >

[PATCH] Fix a test-case for Darwin.

2017-10-10 Thread Martin Liška
Hello. This should address failing test-case on Darwin. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/testsuite/ChangeLog: 2017-10-10 Martin Liska * c-c++-common/ubsan/ptr-overflow-sanitization-1.c: Scan optimize