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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [pr26246_2.f90] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! PR fortran/26246
2
! { dg-options "-fdump-tree-original -fno-automatic" }
3
! { dg-do compile }
4
 
5
subroutine foo(string, n)
6
  implicit none
7
  integer :: n
8
  character(len=n + 6), intent(in) :: string
9
  if (string .eq. 'abc') call abort
10
end subroutine foo
11
 
12
! { dg-final { scan-tree-dump-times "static int" 0 "original" } }
13
! { dg-final { cleanup-tree-dump "original" } }

powered by: WebSVN 2.1.0

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