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
ieee_9.f90: XFAIL on arm*-*-gnueabi[hf].
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
block_3.f90
blob
2242628295fbc7d72b70e3f3943dbfcc3d345225
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
4
! BLOCK should be rejected without F2008.
5
6
PROGRAM
main
7
IMPLICIT NONE
8
9
BLOCK
! { dg-error "Fortran 2008" }
10
INTEGER
::
i
11
END
BLOCK
12
END PROGRAM
main