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
* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr18025.f90
blob
26d5c01e023d669fff8073d3e2e25517538169da
1
! PR libfortran/18025 <coudert@clipper.ens.fr>
2
! { dg-do run }
3
character
(
len
=
80
) ::
c
4
write
(
c
,
"('#',F0.2,'#')"
)
1.23
5
if
(
c
/=
'#1.23#'
)
call
abort
6
write
(
c
,
"('#',F0.2,'#')"
) -
1.23
7
if
(
c
/=
'#-1.23#'
)
call
abort
8
end