------- Comment #20 from ubizjak at gmail dot com  2008-02-08 20:15 -------
(In reply to comment #19)

> So, what upsets gcc's inliner/profiler/whatever to drop the call?

Correction, normalize() gets inlined together with lshift_significand(), but
there is something wrong with inlined version. Adding attribute ((noinline))
only to lshift_significand() doesn't fix the failure.


-- 


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

Reply via email to