- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
When I try to compile the code below with the -stand switch, I get a warning stating that the array expressions do not conform. Am I doing something wrong? Thanks.
When I try to compile the code below with the -stand switch, I get a warning stating that the array expressions do not conform. Am I doing something wrong? Thanks.
[cpp]module mod1 !ifort -c -stand mod1.f90 integer, parameter :: IDENTITY(2, 2) = RESHAPE([1, 0, 0, 1], [2, 2]) integer, parameter :: DKR(2, 2) = IDENTITY end module mod1[/cpp]
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a compiler bug - I can see that it's already fixed in our internal sources. I'm not sure when the fix will appear.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a compiler bug - I can see that it's already fixed in our internal sources. I'm not sure when the fix will appear.

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