OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [fmt_f_an_p.f] - Diff between revs 302 and 384

Only display areas with differences | Details | Blame | View Log

Rev 302 Rev 384
! { dg-do run }
! { dg-do run }
! PR38285 wrong i/o output: interaction between f and p for output
! PR38285 wrong i/o output: interaction between f and p for output
! Special case of kPFw.d when d = 0
! Special case of kPFw.d when d = 0
      program f_and_p
      program f_and_p
      character(28) string
      character(28) string
      write(string,1) 3742. , 0.3742
      write(string,1) 3742. , 0.3742
    1 format ( f14.0, 4pf14.0 )
    1 format ( f14.0, 4pf14.0 )
      if (string.ne."         3742.         3742.") call abort
      if (string.ne."         3742.         3742.") call abort
      end program f_and_p
      end program f_and_p
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.