- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a Internal Compiler Error with a small simple program. I have worked around it but though you might want it for the developers. Include it here or submit it as a ticket?
Link Copied
9 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here works - up to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How very amusing. It has to do with the structure constructor you use to initialize alltimeweather - it is missing a value corresponding to the array component dayrain at the end. This should be ok, but is giving the compiler heartburn. Just stick in a 0.0D0 as the corresponding value and it will be happy. I will let the developers know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Figured that out. Actually changed that small array to be up with the other part of the structure -- it was easier than trying to do anything with the alltimeweather init.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue ID is DPD200177511.
Turns out that the real issue is that when you declared the dayrain component you supplied a scalar as the initial value. If you made that an array, it would be happy too.
Turns out that the real issue is that when you declared the dayrain component you supplied a scalar as the initial value. If you made that an array, it would be happy too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's not the type declaration that triggers the problem, it's a structure constructor that omits a value for an array component initialized with a scalar. Your new code doesn't do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
no problemo.
thanks for the help.
thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem reported has been fixed for a future product release.

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