public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Steve Ellcey <sje@cup.hp.com>
To: rsandifo@redhat.com
Cc: gcc-patches@gcc.gnu.org
Subject: Re: Patch: Fix gcc.dg/uninit-H.c on PA and IA64
Date: Mon, 08 Nov 2004 22:06:00 -0000	[thread overview]
Message-ID: <200411082155.NAA17144@hpsje.cup.hp.com> (raw)
In-Reply-To: <87mzxs6mtb.fsf@redhat.com>

> Hey, don't remove the __mips definition!

Whoops, I didn't notice that.  I guess the mips and sparc lines were
added recently.  I will check in the following and make sure I don't
delete anything:


2004-11-08  Steve Ellcey  <sje@cup.hp.com>

	* testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.


*** gcc.orig/gcc/testsuite/gcc.dg/uninit-H.c	Mon Nov  8 12:55:49 2004
--- gcc/gcc/testsuite/gcc.dg/uninit-H.c	Mon Nov  8 13:51:20 2004
***************
*** 14,19 ****
--- 14,23 ----
  # define ASM __asm__("$sp")
  #elif defined __sparc__
  # define ASM __asm__("sp")
+ #elif defined __ia64__
+ # define ASM __asm__("r12")
+ #elif defined __hppa__
+ # define ASM __asm__("%r30")
  #else
  # define ASM
  #endif

      reply	other threads:[~2004-11-08 21:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-08 21:31 Steve Ellcey
2004-11-08 21:45 ` Richard Sandiford
2004-11-08 22:06   ` Steve Ellcey [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200411082155.NAA17144@hpsje.cup.hp.com \
    --to=sje@cup.hp.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rsandifo@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).