------- Additional Comments From rguenth at gcc dot gnu dot org  2005-05-16 
13:55 -------
Maybe the same problem results in

static inline bool wrap(bool f) { return f; }
bool bar(bool f)
{
        return wrap(f);
}

producing

  return (int) (bool) (int) (bool) (int) f;

(and more, if you add another wrap())

-- 


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

Reply via email to