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 bootstrap/45154] ICE in calc_dfs_tree, at dominance.c:394



------- Comment #2 from pluto at agmk dot net  2010-08-01 09:57 -------
svn-bisect result:

------------------------------------------------------------------------
r161604 | jamborm | 2010-06-30 15:26:17 +0200 (śro) | 15 linii

2010-06-30  Martin Jambor  <mjambor@suse.cz>

        PR tree-optimization/43905
        * tree-sra.c (encountered_recursive_call): Removed with all its uses.
        (convert_callers): Do not handle recursive calls specially.
        (create_abstract_origin): Removed.
        (modify_function): Version the call graph node instead of creating
        abstract origins and dealing with same_body aliases.
        (ipa_sra_preliminary_function_checks): Check whether the function
        is versionable.
        * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
        * testsuite/g++.dg/torture/pr43905.C: New test.
------------------------------------------------------------------------


-- 


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


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