Committed as obvious.
M libgfortran/ChangeLog
M libgfortran/io/io.h
r241422 = 268e62788f36198cb64a3ce953daacbd3b0107ee (refs/remotes/svn/trunk)
2016-10-21 Jerry DeLisle <[email protected]>
PR libfortran/78055
* io/io.h (st_parameter_dt): Restore GFC_IO_INT to maintain
alignment.
--- trunk/libgfortran/io/io.h 2016/10/21 17:27:15 241421
+++ trunk/libgfortran/io/io.h 2016/10/21 18:02:32 241422
@@ -514,6 +514,7 @@
large enough to hold a complex value (two reals) of the
largest kind. */
char value[32];
+ GFC_IO_INT not_used; /* Needed for alignment. */
formatted_dtio fdtio_ptr;
unformatted_dtio ufdtio_ptr;
} p;