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