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
/
string_assign_2.f90
blob
d70845940098d90a590e589d390610e52ff68c92
1
! { dg-do run }
2
! { dg-options "-ffrontend-optimize" }
3
program
main
4
character
(
len
=:),
allocatable
::
a
5
a
=
'a'
6
if
(
len
(
a
) /=
1
)
STOP
1
7
a
=
' '
8
if
(
len
(
a
) /=
2
)
STOP
2
9
end program
main