repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
f2c_5.f90
blob
cfc37c82e396fc4f401ba2ca694ce49da42f44cf
1
! { dg-do run }
2
! { dg-additional-sources f2c_5.c }
3
! { dg-options "-fno-f2c -w" }
4
! Check calling conventions without -ff2c
5
program
f2c_5
6
call
f2c_5a
()
7
end
8
9
real function
f2c_5b
(
x
)
10
double precision
x
11
f2c_5b
=
x
12
end