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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
stfunc_2.f90
blob
75ecb057b05ff4f737a8faf98fdabd3405473553
1
! { dg-do compile }
2
! PR 20467 : we didn't check if a statement function had the dummy attribute.
3
SUBROUTINE
a
(
b
)
4
b
(
c
) =
0
! { dg-error "Unclassifiable statement" }
5
END SUBROUTINE
a
6