https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835

--- Comment #6 from Andreas Schwab <sch...@linux-m68k.org> ---
Also fails on ia64.

$ grep --color hooray iinline-attr.c.062i.inline
Analyzing function: hooray/0
Analyzing function body size: hooray
Inline summary for hooray/0 inlinable
    hooray/0 function not considered for inlining
Inline summary for hooray/0 inlinable
  not inlinable: hiphip.constprop/4 -> hooray/0, function not declared inline
and code size would grow
Enqueueing calls in hooray/0.
  not inlinable: hooray/0 -> non_existent/3, function body not available
    hooray/0 function not declared inline and code size would grow
Inline summary for hooray/0 inlinable
  Calls: hooray/0 (1.00 per call) non_existent/3 (1.00 per call)
  Called by: hiphip.constprop.0/4 (1.00 per call) hooray/0 (1.00 per call)
  References: hooray/0 (addr)
hooray/0 (hooray) @0x2000000000a80350
  hiphip (hooray);
hooray ()
;; Function hooray (hooray, funcdef_no=0, decl_uid=1465, cgraph_uid=0,
symbol_order=0)
hooray ()
  hooray ();

Reply via email to