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
/
vect-simd-clone-10.h
blob
ac3b81f8616291575ef77c6903879f4948cfa67c
1
#pragma omp declare simd notinbranch
2
extern
int
foo
(
long int
a
,
int
b
,
int
c
);
3
#pragma omp declare simd notinbranch
4
extern
long int
bar
(
int
a
,
int
b
,
long int
c
);