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_cilkplus { }
return 0;
}
- # No pthreads on NVPTX
- if { [istarget nvptx-*-*] } {
- return 0;
- }
-
if { ! [check_effective_target_pthread] } {
return 0;
}
I believe this is now, not required nor desirable. The attr-simd-3.c test case
on NVPTX should be able to show if this is on the right track.
Ok?
works for me, thanks.