comparison libgomp/testsuite/libgomp.c/copyin-1.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 /* { dg-do run } */ 1 /* { dg-do run } */
2 /* { dg-options "-O2" } */
3 /* { dg-require-effective-target tls_runtime } */ 2 /* { dg-require-effective-target tls_runtime } */
4 3
5 #include <omp.h> 4 #include <omp.h>
6 #include <stdlib.h> 5 #include <stdlib.h>
7 6