This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/31933] Uninitialized memory when writing real(10) as unformatted



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]