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]

[PATCH 0/4] a little bit of ifdef removal


From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

Hi,

just more removal of conditional compilation.

series run through config-list.mk, and each patch individually bootstrapped on
x86_64-linux-gnu.  I think this is still preapproved so committed.

Trev


tbsaunde (4):
  always define HAVE_conditional_execution
  remove another #if for HAVE_cc0
  always define HAVE_peephole2
  add default for CONSTANT_ALIGNMENT

 gcc/ChangeLog      | 26 ++++++++++++++++++++++++++
 gcc/builtins.c     |  6 ++----
 gcc/defaults.h     |  4 ++++
 gcc/doc/tm.texi    |  2 +-
 gcc/doc/tm.texi.in |  2 +-
 gcc/genconfig.c    |  7 +++++++
 gcc/recog.c        |  8 +++-----
 gcc/reorg.c        |  8 +++-----
 gcc/targhooks.c    |  4 ----
 gcc/varasm.c       | 17 ++++-------------
 10 files changed, 51 insertions(+), 33 deletions(-)

-- 
2.4.0


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