public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Dick Wesseling <ftu@fi.uu.nl>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: target/7533: gcc 3.0.2 h8300 right shift 15 is wrong
Date: Wed, 07 Aug 2002 20:16:00 -0000	[thread overview]
Message-ID: <20020808003601.9559.qmail@sources.redhat.com> (raw)

The following reply was made to PR target/7533; it has been noted by GNATS.

From: Dick Wesseling <ftu@fi.uu.nl>
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: target/7533: gcc 3.0.2 h8300 right shift 15 is wrong 
Date: Thu, 08 Aug 2002 02:32:26 +0200

 This is a multipart MIME message.
 
 --==_Exmh_-7999550880
 Content-Type: text/plain; charset=us-ascii
 
 I hate to admit this, but I was a bit too trigger-happy with my patch. 
 That 'r' should have been a 'T'. Here is the correct patch
 
 
 
 --==_Exmh_-7999550880
 Content-Type: text/plain ; name="h8300-gcc-3.0.2-patch"; charset=us-ascii
 Content-Description: h8300-gcc-3.0.2-patch
 Content-Transfer-Encoding: quoted-printable
 
 *** gcc-3.0.2/gcc/config/h8300/h8300.c.orig	Wed Nov 21 18:09:08 2001
 --- gcc-3.0.2/gcc/config/h8300/h8300.c	Thu Aug  8 01:48:15 2002
 ***************
 *** 2477,2487 ****
   	    {
   	    case SHIFT_ASHIFT:
   	      info->special =3D "shlr.w\t%e0\n\tmov.w\t%f0,%e0\n\txor.w\t%f0,%=
 f0\n\trotxr.l\t%S0";
   	      goto end;
   	    case SHIFT_LSHIFTRT:
 ! 	      info->special =3D "shll.w\t%e0\n\tmov.w\t%e0,%f0\n\txor.w\t%e0,%=
 e0\n\trotxl.l\t%S0";
   	      goto end;
   	    }
   	}
         else if ((TARGET_H8300 && count =3D=3D 16)
   	       || (TARGET_H8300H && 16 <=3D count && count <=3D 19)
 --- 2477,2487 ----
   	    {
   	    case SHIFT_ASHIFT:
   	      info->special =3D "shlr.w\t%e0\n\tmov.w\t%f0,%e0\n\txor.w\t%f0,%=
 f0\n\trotxr.l\t%S0";
   	      goto end;
   	    case SHIFT_LSHIFTRT:
 ! 	      info->special =3D "shll.w\t%T0\n\tmov.w\t%e0,%f0\n\txor.w\t%e0,%=
 e0\n\trotxl.l\t%S0";
   	      goto end;
   	    }
   	}
         else if ((TARGET_H8300 && count =3D=3D 16)
   	       || (TARGET_H8300H && 16 <=3D count && count <=3D 19)
 
 --==_Exmh_-7999550880--
 
 


             reply	other threads:[~2002-08-08  0:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-07 20:16 Dick Wesseling [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-07  5:58 kazu
2002-08-07 17:26 ftu

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=20020808003601.9559.qmail@sources.redhat.com \
    --to=ftu@fi.uu.nl \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /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).