(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.oacc-c-c++-common/
firstprivate-mappings-1.c
       1  /* Verify OpenACC 'firstprivate' mappings.  */
       2  
       3  /* { dg-additional-options "-Wno-psabi" } as apparently we're doing funny
       4     things with vector arguments.  */
       5  
       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
      14  
      15  #include "../../../gcc/testsuite/c-c++-common/goacc/firstprivate-mappings-1.c"