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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [line_length_4.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-Wline-truncation -ffree-line-length-80" }
3
! PR39229 No warning of truncated lines if a continuation line follows
4
  implicit none
5
  call foo([11, 22, 33, 44, 55, 66, 770, 9900, 1100, 1100, 120],11,'hello') !no warn
6
 
7
  print *, min(35 &
8
   &  ,                        25  ), " Explanation ! "                         warn
9
  contains
10
   subroutine foo(a,n,s)
11
     integer :: a(*), n, i
12
     character(len=*) :: s
13
     do i = 1, n
14
       print *, s, a(i)
15
     end do
16
   end subroutine foo
17
  end
18
! { dg-warning "Line truncated" " " { target *-*-* } 8 }

powered by: WebSVN 2.1.0

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