index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
parameter_3.f90
blob: 4f5b0d90b9b15b502821239bed5da6728f874ec6 (
plain
)
1
2
3
4
program
tst
write
(
6
,
"(a,es15.8)"
)
"2.0**(-0.0) = "
,
2.0
**
(
-
0.0
)
end program
tst