https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Fri Mar 3 16:35:00 2017
New Revision: 245878
URL: https://gcc.gnu.org/viewcvs?rev=245878&root=gcc&view=rev
Log:
PR tree-optimization/79699 - small memory leak in MPFR
gcc/ChangeLog:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #5 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
--- Comment #3 from Martin Sebor ---
Ah, thanks for the reference. It sounds like GCC should call mpfr_free_cache
before exiting as is recommended in section 4.7 Memory Handling of the MPFR
manual (as I just discovered by searching for the funct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
--- Comment #2 from 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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699
Martin Sebor changed:
What|Removed |Added
URL||https://gforge.inria.fr/tra