------- Comment #11 from kargl at gcc dot gnu dot org 2010-02-26 17:36 -------
(In reply to comment #10)
> Created an attachment (id=19970)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19970&action=view) [edit]
> valgrind --leak-check=full output
>
> I attach this as a more verbose report. Not sure if it is of any use.
I don't know how gentoo packages gcc, but are you sure
GNU Fortran (Gentoo 4.4.3 p1.0) version 4.4.3 (x86_64-pc-linux-gnu)
compiled by GNU C version 4.4.3, GMP version 4.3.1,
MPFR version 2.4.1-p5.
==7819== by 0x50851B8: __gmp_default_allocate (in
/usr/lib64/libgmp.so.3.5.0)
==7819== by 0x4E55B51: mpfr_init2 (in /usr/lib64/libmpfr.so.1.2.0)
that these 2 libraries correspond to the versions that gfortran
was compiled against.
I think you have a gentoo bug, here. You already demonstrated
that if you compile gcc yourself that you get a working gfortran.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43146