[Bug fortran/37827] Fortran IO structure - compiler vs. library (libgfortran) [requires ABI breaking?]

2008-10-19 Thread burnus at gcc dot gnu dot org


--- Comment #3 from burnus at gcc dot gnu dot org  2008-10-19 12:01 ---


*** This bug has been marked as a duplicate of 37839 ***


-- 

burnus at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37827



[Bug fortran/37827] Fortran IO structure - compiler vs. library (libgfortran) [requires ABI breaking?]

2008-10-16 Thread burnus at gcc dot gnu dot org


--- Comment #2 from burnus at gcc dot gnu dot org  2008-10-16 10:01 ---
Duplicate of 37839?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37827



[Bug fortran/37827] Fortran IO structure - compiler vs. library (libgfortran) [requires ABI breaking?]

2008-10-14 Thread rguenth at gcc dot gnu dot org


--- Comment #1 from rguenth at gcc dot gnu dot org  2008-10-14 19:56 ---
You cannot touch the library part, but you certainly can align what the
compiler
does to the library part of the structure definition.  Thus, if the behavior
is wrong (as in wrong-code) at the moment, changing the ABI only in parts
that
affect the wrong-code bug certainly is ok.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37827