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
Skip gnat.dg/prot7.adb on hppa.
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
requires-1-aux.c
blob
bdca662e42f9043224d02d1639e18b3428116b8e
1
/* { dg-skip-if "" { *-*-* } } */
2
3
#pragma omp requires unified_address
4
5
int
x
;
6
7
void
foo
(
void
)
8
{
9
#pragma omp target
10
x
=
1
;
11
}