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/44686] [4.5 Regression] ICE: in gimple_op, at gimple.h:1664 with -fipa-pta -fprofile-generate



------- Comment #6 from hubicka at gcc dot gnu dot org  2010-06-30 22:30 -------
Subject: Bug 44686

Author: hubicka
Date: Wed Jun 30 22:30:12 2010
New Revision: 161646

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161646
Log:

        Backport from mainline

        2010-06-27  Jan Hubicka  <jh@suse.cz>

        PR middle-end/44671
        PR middle-end/44686
        * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
        signature change.
        * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
        * ipa-prop.c (ipa_modify_formal_parameters): Likewise.

        2010-06-28  Jan Hubicka  <jh@suse.cz>

        PR tree-optimization/44357
        * ipa-inline.c (add_new_edges_to_heap): Do not add edges to uninlinable
        functions.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/ipa-inline.c
    branches/gcc-4_5-branch/gcc/ipa-prop.c
    branches/gcc-4_5-branch/gcc/tree.c


-- 


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


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