https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66301

--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Fri Jun 26 14:59:11 2015
New Revision: 225019

URL: https://gcc.gnu.org/viewcvs?rev=225019&root=gcc&view=rev
Log:
Fix PR 66301 - check for dump_file in eliminate_dom_walker::before_dom_children

2015-06-26  Martin Jambor  <mjam...@suse.cz>

        PR debug/66301
        * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
        NULL instead of calling dump_enabled_p.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-pre.c

Reply via email to