OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [hollerith_1.f90] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
! { dg-do run }
! { dg-do run }
! PR 21260
! PR 21260
! We wrongly interpreted the '!' as the beginning of a comment.
! We wrongly interpreted the '!' as the beginning of a comment.
! Also verifies the functioning of hollerith formatting.
! Also verifies the functioning of hollerith formatting.
      character*72 c
      character*72 c
      write(c,8000)
      write(c,8000)
8000  format(36(2H!)))
8000  format(36(2H!)))
      do i = 1,72,2
      do i = 1,72,2
         if (c(i:i+1) /= '!)') call abort
         if (c(i:i+1) /= '!)') call abort
      end do
      end do
      end
      end
 
 

powered by: WebSVN 2.1.0

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