This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/31933] Uninitialized memory when writing real(10) as unformatted
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 May 2007 21:39:29 -0000
- Subject: [Bug libfortran/31933] Uninitialized memory when writing real(10) as unformatted
- References: <bug-31933-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-05-19 22:39 -------
On x86-64 using -m32 the size being passed to unformatted_write is 12. Its
aligning to nearest 32-bit boundary. Without -m32 size comes in at 16.
Both are long double which has different size on 32 vs 64 bit machines.
--
jvdelisle at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-05-19 22:39:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31933