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/51487] leak memory with eoshift(..,...,boundary)


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-02-26
     Ever Confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2013-02-26 20:32:16 UTC ---
Running the test under valgrind does not give any error for trunk, 4.7.2.
However I see a large memory leak with 4.6.3 under valgrind (I did not have the
patience to wait and killed the process after some time and more than 4Gb of
memory). This PR should probably be closed as won't fix unless someone wants to
backport the fix used in 4.7.2 (or it is already done for 4.6.4).


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