OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [gomp/] [appendix-a/] [a.33.1.c] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-require-effective-target tls } */
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.