public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch:  revise 20020919-1.c to eliminate unneeded conditional
@ 2005-03-31  0:39 Dale Johannesen
  0 siblings, 0 replies; only message in thread
From: Dale Johannesen @ 2005-03-31  0:39 UTC (permalink / raw)
  To: gcc-patches@gcc.gnu.org Patches; +Cc: Dale Johannesen

Committing as obvious per rth's comment here.
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02540.html

2005-03-30  Dale Johannesen  <dalej@apple.com>

         * gcc.dg/20020919-1.c:  Remove unnecessary conditional.

Index: gcc.dg/20020919-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/20020919-1.c,v
retrieving revision 1.3
diff -u -d -b -w -p -r1.3 20020919-1.c
--- gcc.dg/20020919-1.c 25 Mar 2005 00:21:43 -0000      1.3
+++ gcc.dg/20020919-1.c 31 Mar 2005 00:14:11 -0000
@@ -31,14 +31,9 @@
  #elif defined (__i386__)
  # define REG1 "%eax"
  # define REG2 "%edx"
-#if defined (__MACH__)
  /* On Darwin -fpic is on by default, so don't use %ebx. */
  # define REG3 "%esi"
  # define REG4 "%edi"
-#else
-# define REG3 "%ecx"
-# define REG4 "%ebx"
-#endif
  #elif defined (__MMIX__)
  # define REG1 "$8"
  # define REG2 "$9"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-31  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-31  0:39 Patch: revise 20020919-1.c to eliminate unneeded conditional Dale Johannesen

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).