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 debug/66301] internal compiler error when using -fopt-info


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  <mjambor@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


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