------- Comment #7 from rguenth at gcc dot gnu dot org 2007-03-26 15:51 ------- Note that for your testcase even if you specify the noinline attribute the function calls will be optimized away as the function calls do not have side-effects.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31362