[Bug bootstrap/15030] [3.5 Regression] ICE in tree-inline.c; Latest CVS

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 21 15:30:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 15:25 -------
  /* Constant propagation on argument done during previous inlining
     may create new direct call.  Produce an edge for it.  */
  if (!edge)
    {
      struct cgraph_node *dest = cgraph_node (fn);

      /* FN must have address taken so it can be passed as argument.  */
      if (!dest->needed)
        abort ();
      cgraph_create_edge (id->node, dest, t)->inline_failed
        = N_("originally indirect function call not considered for inlining");
      return NULL_TREE;
    }

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code
            Summary|ICE in tree-inline.c; Latest|[3.5 Regression] ICE in
                   |CVS                         |tree-inline.c; Latest CVS
   Target Milestone|---                         |3.5.0


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



More information about the Gcc-bugs mailing list