summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gomp/pr34610.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/gomp/pr34610.c')
-rw-r--r--gcc/testsuite/gcc.dg/gomp/pr34610.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/gomp/pr34610.c b/gcc/testsuite/gcc.dg/gomp/pr34610.c
index 85db164b529..232fa18323b 100644
--- a/gcc/testsuite/gcc.dg/gomp/pr34610.c
+++ b/gcc/testsuite/gcc.dg/gomp/pr34610.c
@@ -1,6 +1,7 @@
/* PR gcov-profile/34610 */
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-arcs -fopenmp" } */
+/* { dg-require-profiling "-fprofile-generate" } */
extern void bar (int);
extern void baz (int) __attribute__((noreturn));