OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [gomp/] [appendix-a/] [a.33.1.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-require-effective-target tls_native } */
3
 
4
#include <stdio.h>
5
float x, y;
6
#pragma omp threadprivate(x, y)
7
void
8
init (float a, float b)
9
{
10
#pragma omp single copyprivate(a,b,x,y)
11
  {
12
    scanf ("%f %f %f %f", &a, &b, &x, &y);
13
  }
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.