Daily bump.
[gcc-git-mirror.git] / libgomp / testsuite / libgomp.c++ / matrix-no-directive-unroll-full-1.C
blobef9469bfaaf7bd79baf5655dabdeae61aaa1c150
1 /* { dg-additional-options "-O0 -fdump-tree-original -Wall -Wno-unknown-pragmas" } */
3 #define COMMON_DIRECTIVE
4 #define COMMON_TOP_TRANSFORM omp unroll full
5 #define COLLAPSE_1
6 #define COLLAPSE_2
7 #define COLLAPSE_3
8 #define IMPLEMENTATION_FILE "../libgomp.c-c++-common/matrix-constant-iter.h"
10 #include "../libgomp.c-c++-common/matrix-transform-variants-1.h"
12 /* A consistency check to prevent broken macro usage. */
13 /* { dg-final { scan-tree-dump-times "unroll full" 13 "original" } } */