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
Fix common.opt.urls
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
requires-4-aux.c
blob
b8b51ae8ca71ef9c69687064a5a3b5d7f9592998
1
/* { dg-skip-if "" { *-*-* } } */
2
3
#pragma omp requires reverse_offload
4
5
/* Note: The file does not have neither of:
6
declare target directives, device constructs or device routines. */
7
8
int
x
;
9
10
void
foo
(
void
)
11
{
12
x
=
1
;
13
}