2019-06-19 00:15:03 +02:00
|
|
|
/* Verify OpenACC 'firstprivate' mappings. */
|
|
|
|
|
|
|
|
/* { dg-additional-options "-Wno-psabi" } as apparently we're doing funny
|
|
|
|
things with vector arguments. */
|
|
|
|
|
2020-03-18 12:07:54 +01:00
|
|
|
/* PR middle-end/48591 */
|
|
|
|
/* PR other/71064 */
|
|
|
|
/* Set to 0 for offloading targets not supporting long double. */
|
2020-04-21 14:16:24 +02:00
|
|
|
#if defined(ACC_DEVICE_TYPE_nvidia) || defined(ACC_DEVICE_TYPE_radeon)
|
2020-03-18 12:07:54 +01:00
|
|
|
# define DO_LONG_DOUBLE 0
|
|
|
|
#else
|
|
|
|
# define DO_LONG_DOUBLE 1
|
|
|
|
#endif
|
|
|
|
|
2019-06-19 00:15:03 +02:00
|
|
|
#include "../../../gcc/testsuite/c-c++-common/goacc/firstprivate-mappings-1.c"
|