]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/gomp/empty.c
* tree-pretty-print.c (dump_generic_node): Handle
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / gomp / empty.c
CommitLineData
1e8e9920 1/* { dg-do compile } */
773c5ba7 2/* { dg-options "-O -fopenmp -fdump-tree-ompexp" } */
1e8e9920 3
4main()
5{
6#pragma omp parallel
7 {;}
8}
9
10/* There should not be a GOMP_parallel_start call. */
773c5ba7 11/* { dg-final { scan-tree-dump-times "GOMP_parallel_start" 0 "ompexp"} } */
12/* { dg-final { cleanup-tree-dump "ompexp" } } */