Improve atomic store implementation on hppa-linux.
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / firstprivate-mappings-1.c
blob2cdd2d1525e785ac18498479737212ccab30c762
1 /* Verify OpenACC 'firstprivate' mappings. */
3 /* { dg-additional-options "-Wno-psabi" } as apparently we're doing funny
4 things with vector arguments. */
6 /* PR middle-end/48591 */
7 /* PR other/71064 */
8 /* Set to 0 for offloading targets not supporting long double. */
9 #if defined(ACC_DEVICE_TYPE_nvidia) || defined(ACC_DEVICE_TYPE_radeon)
10 # define DO_LONG_DOUBLE 0
11 #else
12 # define DO_LONG_DOUBLE 1
13 #endif
15 #include "../../../gcc/testsuite/c-c++-common/goacc/firstprivate-mappings-1.c"