Re: cilkplus fails without pthreads for me

2016-01-04 Thread Nathan Sidwell
On 01/04/16 14:17, Mike Stump wrote: The next proposed patch is: Index: target-supports.exp === --- target-supports.exp (revision 232062) +++ target-supports.exp (working copy) @@ -1442,11 +1442,6 @@ proc check_effective_target_cil

Re: cilkplus fails without pthreads for me

2016-01-04 Thread Nathan Sidwell
On 01/04/16 14:19, Mike Stump wrote: I believe that patch has: +/* { dg-do compile { target cilkplus } } */ in it, and this I believe is required for the test to be skipped on my target? that bit is still necessary. It's the bit in the .exp file testing nvptx-*-* that's no longer needed.

Re: cilkplus fails without pthreads for me

2016-01-04 Thread Mike Stump
On Jan 4, 2016, at 9:09 AM, Nathan Sidwell wrote: > On 01/04/16 10:06, Bernd Schmidt wrote: >> On 01/01/2016 07:13 PM, Mike Stump wrote: >>> cilkplus fails without pthreads for me: >>> >>> xg++: error: unrecognized command line option '-pthread' c

Re: cilkplus fails without pthreads for me

2016-01-04 Thread Mike Stump
On Jan 4, 2016, at 7:22 AM, Nathan Sidwell wrote: > On 01/01/16 13:13, Mike Stump wrote: >> cilkplus fails without pthreads for me: >> >> xg++: error: unrecognized command line option '-pthread' >> compiler exited with status 1 >> output is: >&

Re: cilkplus fails without pthreads for me

2016-01-04 Thread Nathan Sidwell
On 01/04/16 10:06, Bernd Schmidt wrote: On 01/01/2016 07:13 PM, Mike Stump wrote: cilkplus fails without pthreads for me: xg++: error: unrecognized command line option '-pthread' compiler exited with status 1 output is: xg++: error: unrecognized command line option '-pthread&#

Re: cilkplus fails without pthreads for me

2016-01-04 Thread Nathan Sidwell
On 01/01/16 13:13, Mike Stump wrote: cilkplus fails without pthreads for me: xg++: error: unrecognized command line option '-pthread' compiler exited with status 1 output is: xg++: error: unrecognized command line option '-pthread' FAIL: c-c++-common/attr-simd-3.c -std=g

Re: cilkplus fails without pthreads for me

2016-01-04 Thread Bernd Schmidt
On 01/01/2016 07:13 PM, Mike Stump wrote: cilkplus fails without pthreads for me: xg++: error: unrecognized command line option '-pthread' compiler exited with status 1 output is: xg++: error: unrecognized command line option '-pthread' > @@ -

cilkplus fails without pthreads for me

2016-01-01 Thread Mike Stump
cilkplus fails without pthreads for me: xg++: error: unrecognized command line option '-pthread' compiler exited with status 1 output is: xg++: error: unrecognized command line option '-pthread' FAIL: c-c++-common/attr-simd-3.c -std=gnu++14 PR68158 (test for errors, line 5)