home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!giaeb!simon
- From: simon@giaec.cc.monash.edu.au (simon shields)
- Subject: Re: adjustable arrays 720's f77
- Message-ID: <simon.712368291@giaeb>
- Sender: news@monu6.cc.monash.edu.au (Usenet system)
- Organization: Monash University, Melb., Australia.
- References: <simon.712287118@giaeb> <7371177@hpfcso.FC.HP.COM>
- Date: Wed, 29 Jul 1992 00:04:51 GMT
- Lines: 49
-
- SYSTEM:
- HP-UX giaec A.08.07 A 9000/720 2001133857
- Thanks Allan
-
- I'll make those changes you recommended and let you know how I go.
- You said that dynamic arrays will be available in a future version
-
- >At 8.07, the S700 compiler does not support this feature. However, they
- >have been implemented and will ship with the next S700 release.
-
- of the s700 operating system, what version will that be ?
-
- QTN: Should the compiler on the 720's know the
- $STANDARD_LEVEL SYSTEM
- compiler option ? I tried using it and get ...
-
- I tried the example in the fortran manual HP9000 600, 800 we have
- for dynamic arrays .
-
- $STANDARD_LEVEL SYSTEM
- program main
- i=10
- call routine (i)
- end
-
- subroutine routine (i)
- integer dyn_array(i)
- dyn_array(i)=i
- end
-
- $STANDARD_LEVEL SYSTEM - is a compiler option page 7-71
- "indicates Fortran 77 plus additional system dependent features
- added to the language."
-
- i get
- using f77 eg.f
- eg.f:
- Warning on line 1 of eg.f: unknown inline compiler option
- MAIN main:
- routine:
- Declaration error on/above line 10 of eg.f; for dyn_array; adjustable dimension on non-argument
-
- f77: Error. No assembly.
- f77: Errors detected, no link
-
- Are there fortran manuals for the 720's ? We don't have one, all we
- have is a fortran manual HP9000 600, 800 series.
-
-
-