--- test_new.org.c 2012-03-28 13:25:14.000000000 +0300 +++ test_new-org-with-noinline_for_stack.c 2012-03-28 13:37:26.000000000 +0300 @@ -110,7 +110,7 @@ /* First algorithm: generic */ -static +static noinline_for_stack char *put_dec(char *buf, unsigned long long n) { if (n >= 100*1000*1000) { @@ -145,7 +145,7 @@ * (with permission from the author). * Performs no 64-bit division and hence should be fast on 32-bit machines. */ -static +static noinline_for_stack char *put_dec(char *buf, unsigned long long n) { uint32_t d3, d2, d1, q, h;