Re: [PATCH 0/5] Fix various MPX issues

2017-03-07 Thread Martin Liška
On 03/07/2017 11:26 AM, Uros Bizjak wrote:
> Hello!
> 
>> I'm sending a small series that fixes MPX issue that are quite easily 
>> fixable.
>> The series can bootstrap on ppc64le and survives regression tests.
> 
> Several testcases in the serie are put outside gcc.target/i386
> directory. You need full target specifier in these cases, "{ {
> i?86-*-* x86_64-*-* } && { ! x32 } }".
> 
> Uros.
> 

Thanks for noticing, I'll re-send patches. As Jakub notified me, I also run
regression tests on a x86_64-linux-gnu machine and it works fine.

M.


Re: [PATCH 0/5] Fix various MPX issues

2017-03-07 Thread Uros Bizjak
Hello!

> I'm sending a small series that fixes MPX issue that are quite easily fixable.
> The series can bootstrap on ppc64le and survives regression tests.

Several testcases in the serie are put outside gcc.target/i386
directory. You need full target specifier in these cases, "{ {
i?86-*-* x86_64-*-* } && { ! x32 } }".

Uros.