Title: | Digital Fortran |
Notice: | Read notes 1.* for important information |
Moderator: | QUARK::LIONEL |
Created: | Thu Jun 01 1995 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1333 |
Total number of notes: | 6734 |
Using V4.1-6 on Unix 4.0b, Iget the following warning message on the attached code. The warning is kind of terse and it would be helpful if it gave more information: oursmp> f77 -c x.f fort: Warning: No value ****************** cut here ****************** subroutine foo common /bar/ m pointer (stimpy , ren(0:m)) end
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1167.1 | Bug in pointer arrays with variable bound | TLE::EKLUND | Always smiling on the inside! | Mon Feb 10 1997 11:06 | 10 |
This looks like a bug which existed only between edits 4-81 and 4-103 (when it got fixed). There was a problem with pointer arrays and f90 automatic arrays with variable bounds. Your example falls into the former category. You will need to use a compiler earlier than 4-81 or later than 4-103 to fix the bug. Cheers! Dave Eklund |