- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fortran 2003 allows specifying 0 lower bounds on pointerassignment
example:
real,dimension(10,10),target:: array
real,dimension(:,:),pointer:: ptr
ptr(0:,0:) => array(1:10,1:10)
is this feature implemented in intel fortran v11.1 ?
if yes, how could i enable it as the compilation of the code above is failing
Thanks,
Zurab
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bounds remapping is not yet implemented.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page