This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[COMMITED] PR78055 Many new gfortran test failures
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 21 Oct 2016 11:10:05 -0700
- Subject: [COMMITED] PR78055 Many new gfortran test failures
- Authentication-results: sourceware.org; auth=none
Committed as obvious.
M libgfortran/ChangeLog
M libgfortran/io/io.h
r241422 = 268e62788f36198cb64a3ce953daacbd3b0107ee (refs/remotes/svn/trunk)
2016-10-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
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;