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
sched1: debug/model: dump predecessor list and BB num [NFC]
[gcc.git]
/
libgomp
/
testsuite
/
libgomp.oacc-c-c++-common
/
pr85422.c
blob
bcc551d67e5e5e05e7a91636067129638668774e
1
/* { dg-do link } */
2
3
int
4
main
(
void
)
5
{
6
#pragma acc parallel
7
#pragma acc loop
8
for
(
int
i
=
1
;
i
<
10
;
i
++)
9
for
(;;)
10
;
11
12
return
0
;
13
}