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
testsuite: Revert to the original version of pr100056.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr68339.c
blob
28fa294ada6b61c9cf997c434aea2b1a5ce21f7d
1
/* PR middle-end/68339 */
2
/* { dg-do compile } */
3
/* { dg-additional-options "--param ggc-min-heapsize=0 --param ggc-min-expand=0 -fopenmp-simd" } */
4
5
#pragma omp declare simd notinbranch
6
int
7
f1
(
int
x
)
8
{
9
return
x
;
10
}
11
12
#pragma omp declare simd notinbranch
13
int
14
f2
(
int
x
)
15
{
16
return
x
;
17
}