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 middle-end/56461] [4.8 Regression] GCC is leaking lots of memory


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

--- Comment #33 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-05 15:50:52 UTC ---
Author: jakub
Date: Tue Mar  5 15:50:38 2013
New Revision: 196468

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196468
Log:
    PR middle-end/56461
    * lra.c (lra): Call lra_clear_live_ranges if live_p,
    right before calling lra_create_live_ranges, also call it
    when clearing live_p.  Only call lra_clear_live_ranges
    at the end if live_p.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra.c


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