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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gfortran.dg
/
common_19.f90
blob
020420193e7003c8ca03999a95a4e5f35bc66772
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
!
4
! PR fortran/48858
5
!
6
integer
::
i
7
common
/
foo
/
i
8
bind
(
C
) :: /
foo
/
! { dg-error "Fortran 2003: BIND.C. statement" }
9
end