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 fortran/36689] PRINT and WRITE eat minus sign



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2008-07-02 14:27 -------
To debug this we will probably need to get remote ssh access to a machine like
this.  I can think of three possible causes of the problem at the moment.

1) The executable is accessing the wrong version of libgfortran. You might need
to set LD_LIBRARY_PATH.

2) The system has a broken printf or memory allocation.

3) Some sort of endianess or sizeof issue.  For example, in some places in the
gfortran runtime library, characters are stored in type int.  When moving bytes
around, an overwrite of the least signigicant byte may be happening.

Send me private email if you can give access to machine.


-- 


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


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