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 tree-optimization/79699] small memory leak in MPFR


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699

--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
The only mpfr_free_cache call I see in GCC is in the Fortran front end.  
Without such a call on exit, leaks in MPFR need not be meaningful.

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