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/18090] Valgrind errors while building libgfortran


------- Additional Comments From tobi at gcc dot gnu dot org  2004-10-21 22:33 -------
This is an issue in mpfr, and is fixed by a newer libmpfr. I didn't find
anything pertaining to this in mpfr's ChangeLog's, but the failure disappeared
after installing the current mpfr, and the code in gfortran is definitely right:
- I verified that all mpfr variables are initialized before being set in
gfc_convert_real ()
- I verified that the string buffers passed to mpfr_set_str are set to the right
lengths and correctly zero-terminated

I'm closing this as WONTFIX, if someone disagrees, feel free to reopen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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