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/] [pr20086.f90] - Blame information for rev 199

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do run }
2
! PR 20086 - Missing characters in output with hollerith strings
3
      implicit none
4
      character*80 line
5
      write(line,2070)
6
      if (line.ne.'  stiffness reformed for this high step')call abort
7
      write(line,2090)
8
      if (line.ne.'  stiffness reformed for hello hello')call abort
9
      stop
10
 
11
 2070  format (2x,37hstiffness reformed for this high step)
12
 2090  format (2x,34hstiffness reformed for hello hello)
13
 
14
      end

powered by: WebSVN 2.1.0

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