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
/
intrinsic_9.f90
blob
43959ad85dff069f0b2919857ee540dc36163e44
1
! { dg-do run }
2
!
3
! PR fortran/92754
4
!
5
! Contributed by G. Steinmetz
6
!
7
8
program
p
9
integer
::
max
10
block
11
character
::
x
=
max
(
'a'
,
'b'
)
12
!print *, x
13
if
(
x
/=
'b'
)
stop
1
14
end
block
15
end