Intel compilers don't like sizeof() on unallocated
Apparently with "-check all" some versions of the Intel compiler complain about the use of C_SIZEOF(a(1,1,1)) and similar, when a is not already allocated.
Please register or sign in to comment
Apparently with "-check all" some versions of the Intel compiler complain about the use of C_SIZEOF(a(1,1,1)) and similar, when a is not already allocated.