[Bug tree-optimization/79699] small memory leak in MPFR

2017-03-03 Thread msebor at gcc dot gnu.org
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:

[Bug tree-optimization/79699] small memory leak in MPFR

2017-03-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/79699] small memory leak in MPFR

2017-03-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #5 from Martin Sebor -

[Bug tree-optimization/79699] small memory leak in MPFR

2017-03-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/79699] small memory leak in MPFR

2017-02-23 Thread msebor at gcc dot gnu.org
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

[Bug tree-optimization/79699] small memory leak in MPFR

2017-02-23 Thread joseph at codesourcery dot com
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.

[Bug tree-optimization/79699] small memory leak in MPFR

2017-02-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79699 Martin Sebor changed: What|Removed |Added URL||https://gforge.inria.fr/tra