Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-21 Thread François Dumont
On 5/21/19 10:51 PM, Jonathan Wakely wrote: On 21/05/19 22:47 +0200, François Dumont wrote: On 5/21/19 3:50 PM, Jonathan Wakely wrote: On 20/05/19 21:41 -0700, Thomas Rodgers wrote: With the addition of "-ltbb" to the v3_target_compile flags (so as to, you know, actually try to link tbb).

Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-21 Thread Jonathan Wakely
On 21/05/19 22:47 +0200, François Dumont wrote: On 5/21/19 3:50 PM, Jonathan Wakely wrote: On 20/05/19 21:41 -0700, Thomas Rodgers wrote: With the addition of "-ltbb" to the v3_target_compile flags (so as to, you know, actually try to link tbb). Tested x86_64-linux, committed to trunk. This

Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-21 Thread François Dumont
On 5/21/19 3:50 PM, Jonathan Wakely wrote: On 20/05/19 21:41 -0700, Thomas Rodgers wrote: With the addition of "-ltbb" to the v3_target_compile flags (so as to, you know, actually try to link tbb). Tested x86_64-linux, committed to trunk. This didn't work, I still get a FAIL for every pstl

Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-21 Thread Jonathan Wakely
On 20/05/19 21:41 -0700, Thomas Rodgers wrote: With the addition of "-ltbb" to the v3_target_compile flags (so as to, you know, actually try to link tbb). Tested x86_64-linux, committed to trunk. This didn't work, I still get a FAIL for every pstl test when tbb.x86_64 and tbb-devel.x86_64 are

Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-20 Thread Thomas Rodgers
With the addition of "-ltbb" to the v3_target_compile flags (so as to, you know, actually try to link tbb). Tested x86_64-linux, committed to trunk. Thomas Rodgers writes: > PR libstdc++/90252 > * testsuite/lib/libstdc++.exp (check_effective_target_tbb-backend): > Changed

Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-17 Thread Thomas Rodgers
I have it fixed locally, but yeah I have not yet committed it. Jonathan Wakely writes: > On 25/04/19 15:58 -0700, Thomas Rodgers wrote: >> >> PR libstdc++/90252 >> * testsuite/lib/libstdc++.exp (check_effective_target_tbb-backend): >> Changed v3_target_compile check from

Re: [PATCH] tbb-backend effective target should check ability to link TBB

2019-05-17 Thread Jonathan Wakely
On 25/04/19 15:58 -0700, Thomas Rodgers wrote: PR libstdc++/90252 * testsuite/lib/libstdc++.exp (check_effective_target_tbb-backend): Changed v3_target_compile check from preprocess to executable. --- libstdc++-v3/testsuite/lib/libstdc++.exp | 9 +++-- 1 file changed,

[PATCH] tbb-backend effective target should check ability to link TBB

2019-04-25 Thread Thomas Rodgers
PR libstdc++/90252 * testsuite/lib/libstdc++.exp (check_effective_target_tbb-backend): Changed v3_target_compile check from preprocess to executable. --- libstdc++-v3/testsuite/lib/libstdc++.exp | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git