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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [continuation_11.f90] - Blame information for rev 715

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
! { dg-options "-Wall -pedantic" }
3
! Before a bogus warning was printed
4
!
5
! PR fortran/39811
6
!
7
implicit none
8
character(len=70) :: str
9
write(str,'(a)') 'Print rather a lot of ampersands &&&&&
10
   &&&&&
11
   &&&&&'
12
if (len(trim(str)) /= 44 &
13
    .or. str /= 'Print rather a lot of ampersands &&&&&&&&&&&') &
14
    call abort()
15
end

powered by: WebSVN 2.1.0

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