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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [gcc/] [testsuite/] [g++.dg/] [gomp/] [parallel-3.C] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
extern int printf (const char *, ...);
4
 
5
int main (void)
6
{
7
  double d = 6;
8
  int i = 1;
9
#pragma omp parallel shared(d) private(i) num_threads (4 + i)
10
  {
11
    i = 4;
12
    printf ("%s %d %g\n", "Hello, World!", i, d);
13
  }
14
  return 0;
15
}

powered by: WebSVN 2.1.0

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