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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! Test the fix for the problem described in PR46818.
3
! Note that the module file from whole_file_30.f90, 'system_defs_m',
4
! is needed for this test.
5
!
6
! Contributed by Martien Hulsen  
7
! and reduced by Tobias Burnus  
8
!
9
! ========== t.f90 ===========================
10
module convecreac_m
11
  use system_defs_m
12
  type(sysvector_t), pointer :: solution
13
end module convecreac_m
14
 
15
program t
16
  use convecreac_m
17
  implicit none
18
  type(sysvector_t), target :: sol
19
  solution => sol
20
end program t
21
! { dg-final { cleanup-modules "system_defs_m convecreac_m" } }

powered by: WebSVN 2.1.0

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