Re: [PATCH][calls.c] Remove #ifdef checks on STACK_GROWS_DOWNWARD

2015-05-18 Thread Jeff Law
On 05/18/2015 03:22 AM, Kyrill Tkachov wrote: Hi all, As per https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01166.html I saw that STACK_GROWS_DOWNWARD is being checked for ifdef in a number of places unrelated to the patch in the PR, so decided to remove the ifdef checks for STACK_GROWS_DOWNWARD

[PATCH][calls.c] Remove #ifdef checks on STACK_GROWS_DOWNWARD

2015-05-18 Thread Kyrill Tkachov
Hi all, As per https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01166.html I saw that STACK_GROWS_DOWNWARD is being checked for ifdef in a number of places unrelated to the patch in the PR, so decided to remove the ifdef checks for STACK_GROWS_DOWNWARD in a separate patch. It's fairly mechanical.