]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gfortran.dg/boz_12.f90
arith.c (gfc_convert_integer, [...]): Move to ...
[thirdparty/gcc.git] / gcc / testsuite / gfortran.dg / boz_12.f90
CommitLineData
6401bf9c
FXC
1! { dg-do compile }
2!
3program test
4 implicit none
5 real x4
6 double precision x8
6401bf9c
FXC
7 x4 = 1.7
8 x8 = 1.7
8dc63166
SK
9 write(*,*) cmplx(x8,z'1FFFFFFFFFFFFFFFF')
10 write(*,*) dcmplx(x8,z'1FFFFFFFFFFFFFFFF')
6401bf9c 11end program test