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 tree-optimization/44914] [4.6 Regression] ICE: in calc_dfs_tree, at dominance.c:395 with -fipa-sra -fnon-call-exceptions



------- Comment #9 from jamborm at gcc dot gnu dot org  2010-08-03 09:53 -------
Subject: Bug 44914

Author: jamborm
Date: Tue Aug  3 09:52:46 2010
New Revision: 162839

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162839
Log:
2010-08-03  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/44914
        * tree-sra.c (cfg_changed): New variable.
        (sra_initialize): Initialize cgf_changed to false.
        (scan_function): Set cfg_changed if cfg was changed.
        (perform_intra_sra): Return also TODO_cleanup_cfg if cfg was changed.
        (ipa_early_sra): Likewise.

        * testsuite/g++.dg/tree-ssa/pr44914.C: New test.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/tree-ssa/pr44914.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/tree-sra.c


-- 


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


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