comparison libgomp/testsuite/libgomp.c/pr26171.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* PR c/26171 */ 1 /* PR c/26171 */
2 /* { dg-do run } */ 2 /* { dg-do run } */
3 /* { dg-options "-fopenmp" } */ 3 /* { dg-options "-O0" } */
4 /* { dg-require-effective-target tls_runtime } */ 4 /* { dg-require-effective-target tls_runtime } */
5 5
6 int thrv = 0; 6 int thrv = 0;
7 #pragma omp threadprivate (thrv) 7 #pragma omp threadprivate (thrv)
8 8