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
* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
recursive_check_2.f90
blob
42273f9eeef8b74655504723c152778b2f908479
1
! { dg-do compile }
2
! PR fortran/26551
3
function
func2
()
4
integer
func2
5
func2
=
42
6
return
7
entry
c
()
result
(
foo
)
8
foo
=
barbar
()
9
return
10
entry
b
()
result
(
bar
)
11
bar
=
12
12
return
13
contains
14
function
barbar
()
15
barbar
=
b
()
! { dg-error "is not declared as RECURSIVE" }
16
end function
barbar
17
end function