repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update 'Q' constraint documentation.
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.oacc-c-c++-common
/
pr88941.c
blob
e31bb527df332e87474aa7ed0554664c40600be7
1
/* { dg-do run } */
2
3
#include <stdlib.h>
4
5
int
6
main
(
void
)
7
{
8
9
#pragma acc parallel async
10
;
11
12
/* no #pragma acc wait */
13
return
0
;
14
}
15