repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AVR: Assert minimal required bit width of section_common::flags.
[gcc.git]
/
libgomp
/
testsuite
/
libgomp.c
/
pr99555-1.c
blob
7386e016fd202730b00aa6288a40219be453fe0e
1
// PR99555 "[OpenMP/nvptx] Execution-time hang for simple nested OpenMP 'target'/'parallel'/'task' constructs"
2
3
// { dg-additional-options "-O0" }
4
5
int
main
(
void
)
6
{
7
#pragma omp target
8
#pragma omp parallel
// num_threads(1)
9
#pragma omp task
10
;
11
12
return
0
;
13
}