testsuite/libgomp.c/pr26171.c

Go to the documentation of this file.
00001 /* PR c/26171 */
00002 /* { dg-do run } */
00003 /* { dg-options "-fopenmp" } */
00004 /* { dg-require-effective-target tls_runtime } */
00005 
00006 int thrv = 0;
00007 #pragma omp threadprivate (thrv)
00008 
00009 int
00010 main ()
00011 {
00012   thrv = 1;
00013   return 0;
00014 }

Generated on Fri Apr 5 05:38:10 2013 for Libgomp by  doxygen 1.4.7