blob: 0a6ee22ec3c97a815412f2ec44372ffa653e14fc (
plain)
1
2
3
4
5
6
|
// { dg-additional-options -fno-inline } for stable results regarding OpenACC 'routine'.
// But actually, as none of the '#pragma acc routine' syntax is accepted (see '../libgomp.c++/pr101544-1.C'), force inlining:
#define ALWAYS_INLINE inline __attribute__((always_inline))
#include "../libgomp.c++/pr96835-1.C"
//TODO { dg-prune-output {using 'vector_length \(32\)', ignoring 1} }
|