Re: [PATCH, PR target/65602] Fix check_effective_target_mpx to check lib availability

2015-03-31 Thread Ilya Enkovich
2015-03-30 23:30 GMT+03:00 Rainer Orth : > I originally reported the bug and did test the patch over the weekend: > the Solaris/x86 testsuite failures are gone, so that part is fine. I > couldn't of course test the alloca -> __builtin_alloca change since the > tests aren't built at all. > > I don'

Re: [PATCH, PR target/65602] Fix check_effective_target_mpx to check lib availability

2015-03-30 Thread Rainer Orth
Jeff Law writes: > On 03/30/2015 08:00 AM, Ilya Enkovich wrote: >> Hi, >> >> Currently check_effective_target_mpx doesn't check libs availability for >> non Linux targets but tests require them. This patch modifies test to >> requre wrappers library to link. I suppose it should fix failing test

Re: [PATCH, PR target/65602] Fix check_effective_target_mpx to check lib availability

2015-03-30 Thread Jeff Law
On 03/30/2015 08:00 AM, Ilya Enkovich wrote: Hi, Currently check_effective_target_mpx doesn't check libs availability for non Linux targets but tests require them. This patch modifies test to requre wrappers library to link. I suppose it should fix failing tests on Solaris and other non-Lin

[PATCH, PR target/65602] Fix check_effective_target_mpx to check lib availability

2015-03-30 Thread Ilya Enkovich
Hi, Currently check_effective_target_mpx doesn't check libs availability for non Linux targets but tests require them. This patch modifies test to requre wrappers library to link. I suppose it should fix failing tests on Solaris and other non-Linux systems. Patch also replaces alloca calls w