You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(a) All versions of ifort 11.1 fail to compile the sax module with an internal compiler error.
(b) wxml/wcml will compile, but most tests fail with an error from the runtime complaining about deallocation of unallocated data.
The text was updated successfully, but these errors were encountered:
(b) really looks like a compiler bug, sometimes vs_str_alloc does not do the allocation to a pointer in a derived type (but will allocate to a temp pointer of the same type, which then becomes unallocated on copy). I need to create a (short) example for this.
(a) All versions of ifort 11.1 fail to compile the sax module with an internal compiler error.
(b) wxml/wcml will compile, but most tests fail with an error from the runtime complaining about deallocation of unallocated data.
The text was updated successfully, but these errors were encountered: