Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ifort 11 issues #5

Open
andreww opened this issue Dec 2, 2009 · 1 comment
Open

ifort 11 issues #5

andreww opened this issue Dec 2, 2009 · 1 comment

Comments

@andreww
Copy link
Owner

andreww commented Dec 2, 2009

(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.

@andreww
Copy link
Owner Author

andreww commented Dec 21, 2009

Apparently (a) will be fixed by the first release of 2010 (see http://groups.google.com/group/fox-discuss/browse_thread/thread/15351ce51a3d9f12?hl=en ) but we will end up with a new problem (call it c) with an ICE in m_dom_dom.

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant