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/55264] [4.6/4.7/4.8 Regression] ICE: in ipa_make_edge_direct_to_target, at ipa-prop.c:2141 with -O2 -fno-early-inlining -fno-weak


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

Matt Hargett <matt at use dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt at use dot net

--- Comment #15 from Matt Hargett <matt at use dot net> 2013-02-19 22:51:57 UTC ---
Hey Martin,

I noticed that this doesn't apply cleanly to google/4_7 without some massaging.
The difference between trunk and google/4_7 might be worth pulling into trunk.
Unfortunately, the trail of merge commit log breadcrumbs leads to a dead end :/

>From a blame of google/main/gcc/ipa.c:

165972    hubicka           || (before_inlining_p
195116    davidxl               && DECL_VIRTUAL_P (node->symbol.decl)
195825    davidxl               && cgraph_is_aux_decl_external (node))))

it's that last line that's unique to the google branches, and should probably
be merged to trunk.


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