This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Assume:------snip-------
module m public :: print, write, volatile, istat contains subroutine one allocatable :: d(:) volatile :: b volatile c print *, b write(99,*) c allocate(d(4),stat=istat) end subroutine one subroutine print(); end subroutine subroutine write(); end subroutine subroutine volatile(); end subroutine end module m
Now, please start to think!
Tobias
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |