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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
proc_decl_4.f90
blob
fa133d45e92ee5873fbb4b63360abc83d033897c
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
! Test for PROCEDURE statements with the -std=f95 flag.
4
! Contributed by Janus Weil <jaydub66@gmail.com>
5
6
program
p
7
8
procedure
()::
proc
! { dg-error "Fortran 2003: PROCEDURE statement" }
9
10
end program