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
PR c/29467
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
oldstyle_4.f90
blob
d40abeb61d9c051c30353c073e992e177f174958
1
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
!
4
! PR fortran/52101
5
!
6
! Contributed by John Harper
7
!
8
program
foo
9
character
*
10
s
! { dg-warning "Obsolescent feature: Old-style character length" }
10
character
t
*
10
! Still okay
11
s
=
'foo'
12
t
=
'bar'
13
end program
foo