public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] a little bit of ifdef removal
@ 2015-08-21  1:21 tbsaunde+gcc
  2015-08-21  1:21 ` [PATCH 1/4] always define HAVE_conditional_execution tbsaunde+gcc
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tbsaunde+gcc @ 2015-08-21  1:21 UTC (permalink / raw)
  To: gcc-patches

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-21  1:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21  1:21 [PATCH 0/4] a little bit of ifdef removal tbsaunde+gcc
2015-08-21  1:21 ` [PATCH 1/4] always define HAVE_conditional_execution tbsaunde+gcc
2015-08-21  1:21 ` [PATCH 4/4] add default for CONSTANT_ALIGNMENT tbsaunde+gcc
2015-08-21  1:21 ` [PATCH 2/4] remove another #if for HAVE_cc0 tbsaunde+gcc
2015-08-21  5:20 ` [PATCH 3/4] always define HAVE_peephole2 tbsaunde+gcc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).