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
/
pr95620.c
blob
b310b56555b2e255dda4302af0cf68947fb4c748
1
// { dg-do link { target { { i?86-*-* x86_64-*-* } && lp64 } } }
2
/* { dg-require-effective-target lto } */
3
/* { dg-additional-options "-flto -mcmodel=medium" } */
4
5
double
a
[
353783808
];
6
int
b
,
c
,
d
;
7
8
int
9
main
()
10
{
11
for
(;
b
;)
12
#pragma omp parallel
13
a
[
c
] =
1
;
14
for
(;;
b
++)
15
if
(
a
[
c
])
16
d
++;
17
return
0
;
18
}