------- Comment #4 from pinskia at gcc dot gnu dot org 2009-03-18 21:56 -------
/* Use register calling convention for local functions when possible. */
if (decl && TREE_CODE (decl) == FUNCTION_DECL
&& !profile_flag)That should include !optimize I think. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39496
