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
[Fortran] OpenACC – permit common blocks in some clauses
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
empty_function_1.f90
blob
1556a509091d1f72c61b9db8fd292e31f38eaa1e
1
! { dg-do compile }
2
!
3
! PR fortran/38252
4
! FUNCTION rejected if both specification and execution part are empty
5
!
6
! Contributed by Daniel Kraft <d@domob.eu>
7
8
INTEGER FUNCTION
test
()
9
CONTAINS
10
END FUNCTION
test