passes.c (register_one_dump_file): Free full_name.
authorJakub Jelinek <jakub@redhat.com>
Mon, 2 Jan 2012 13:34:52 +0000 (14:34 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 2 Jan 2012 13:34:52 +0000 (14:34 +0100)
commit9f929ce61f62c3dd84bb773b056652cadeebdec5
treed1ece90b5bbab91b3a9312218c7fcb410d53a0b8
parentce23293b0a4416b1c0770b2ad151ac4b23df4aca
passes.c (register_one_dump_file): Free full_name.

* passes.c (register_one_dump_file): Free full_name.

* reload1.c (reload): Don't allocate reg_max_ref_width
here.
(calculate_elim_costs_all_insns): Free offsets_at and
offsets_known_at at the end and clear the pointers.

From-SVN: r182800
gcc/ChangeLog
gcc/passes.c
gcc/reload1.c