------- Comment #14 from rguenth at gcc dot gnu dot org 2009-07-31 17:44 ------- Yes, and of course remove the inline qualifier ;)
I have no idea what optimize(0) will do and why it should affect the bug you are seeing (I guess it disallows inlining, which is why I think noinline is a better choice here). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40909