This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/7] remove most ifdef STACK_GROWS_DOWNWARD


On 05/20/2015 08:09 PM, tbsaunde+gcc@tbsaunde.org wrote:
From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

gcc/c-family/ChangeLog:

2015-05-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* c-cppbuiltin.c (c_cpp_builtins): Use if instead of #if with
	STACK_GROWS_DOWNWARD.

gcc/ChangeLog:

2015-05-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* *.c: Use if instead of preprocessor checks with
	STACK_GROWS_DOWNWARD.
---
  gcc/ChangeLog               |  5 ++++
  gcc/builtins.c              | 30 +++++++++++------------
  gcc/c-family/ChangeLog      |  5 ++++
  gcc/c-family/c-cppbuiltin.c |  5 ++--
  gcc/dwarf2cfi.c             | 12 +++++-----
  gcc/explow.c                | 33 ++++++++++++--------------
  gcc/expr.c                  | 58 +++++++++++++++++++--------------------------
  gcc/recog.c                 |  8 ++-----
  gcc/sched-deps.c            |  9 ++++---
  9 files changed, 78 insertions(+), 87 deletions(-)
OK with the usual request to list filenames in the ChangeLogs.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]