diff mbox

[COMMITED] PR78055 Many new gfortran test failures

Message ID 46383337-0636-bf3d-6b7f-9238c3a2a8c1@charter.net
State New
Headers show

Commit Message

Jerry DeLisle Oct. 21, 2016, 6:10 p.m. UTC
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.
diff mbox

Patch

--- 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;