diff options
Diffstat (limited to 'libgomp/testsuite/libgomp.c/omp-nested-3.c')
-rw-r--r-- | libgomp/testsuite/libgomp.c/omp-nested-3.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.c/omp-nested-3.c b/libgomp/testsuite/libgomp.c/omp-nested-3.c new file mode 100644 index 0000000..7790c58 --- /dev/null +++ b/libgomp/testsuite/libgomp.c/omp-nested-3.c @@ -0,0 +1,4 @@ +// { dg-do run { target lto } } +// { dg-additional-options "-fipa-pta -flto -flto-partition=max" } + +#include "omp-nested-1.c" |