Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gfortran.dg/pr20124.f90 @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children | 84e7813d76e9 |
line wrap: on
line source
! { dg-do run } ! { dg-options "-std=legacy" } ! ! pr 20124 character*80 line x = -.01 y = .01 write(line,'(2f10.2)') x, y if (line.ne.' -0.01 0.01') call abort end