comparison gcc/testsuite/c-c++-common/cpp/openacc-define-3.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children 1830386684a0
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* { dg-options "-fopenacc" } */
2 /* { dg-do preprocess } */
3 /* { dg-require-effective-target fopenacc } */
4
5 #ifndef _OPENACC
6 # error _OPENACC not defined
7 #endif
8
9 #if _OPENACC != 201306
10 # error _OPENACC defined to wrong value
11 #endif