- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following piece of code produces an Internal Compiler Error (C000005)
With best regards,
Robert
[fxfortran] PROGRAM ae IMPLICIT none REAL,ALLOCATABLE :: a(:) INTEGER :: n ! n=100 ALLOCATE(a(:)) ! <<< must be: ALLOCATE(a(1:n)) END PROGRAM ae [/fxfortran]I presume that this obvious error should produce a "normal" compiler error message.
With best regards,
Robert
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You presume correctly. Thanks for letting us know. Issue ID is DPD200169239.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is fixed for a future compiler release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
Robert.
Robert.

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