: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: martin.schlipf at damnthespam dot com
Target Milestone: ---
Created attachment 48817
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48817&action=edit
Minimal example to demonstrate the issue.
On a clean Ubunt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018
--- Comment #2 from martin.schlipf at damnthespam dot com ---
Well hdf5 is not developed by me, its a huge library. You can install it
manually if you want (https://www.hdfgroup.org/solutions/hdf5/), but it is
available on Ubuntu as mentioned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018
--- Comment #4 from martin.schlipf at damnthespam dot com ---
Hdf5 doesn't have native support for complex datatypes, so we convert to real
and write that it is a complex as an attribute. If you replace the conversion
logic by an array inste
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018
--- Comment #6 from martin.schlipf at damnthespam dot com ---
Sorry, if that has not been clear enough. I already know how to work around
this issue. You can simply check the error flag [if (ierr /= 0) return].
What I do not understand is why
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96018
martin.schlipf at damnthespam dot com changed:
What|Removed |Added
Attachment #48817|0 |1
is