| www.delorie.com/gnu/docs/gcc/g77_593.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
g77 doesn't support more general expressions to dimension
arrays, such as array element references, function
references, etc.
For example, g77 currently does not accept the following:
SUBROUTINE X(M, N) INTEGER N(10), M(N(2), N(1)) |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |