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
/
entry_5.f90
blob
ad0554c76adae98492ef180f2a2161b929de64d7
1
! { dg-do compile }
2
! PR 24008
3
! an argument list to the entry is required
4
REAL FUNCTION
funct
()
5
funct
=
0.0
6
RETURN
7
!
8
ENTRY
enter
RESULT
(
answer
)
! { dg-error "Unclassifiable statement" }
9
answer
=
1.0
10
RETURN
11
END FUNCTION
funct