public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joern Rennecke <joern.rennecke@superh.com>
To: Aldy Hernandez <aldyh@redhat.com>
Cc: Steve Ellcey <sje@cup.hp.com>, gcc@gcc.gnu.org, dave@hiauly1.hia.nrc.ca
Subject: Re: Vector modes under hppa64-hpu
Date: Fri, 26 Jul 2002 03:20:00 -0000	[thread overview]
Message-ID: <3D407597.BFC0EB55@superh.com> (raw)
In-Reply-To: <20020725143151.A2056@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Aldy Hernandez wrote:
> Can you take a look at his failure then?  It's preproducible with a
> cross compiler, you just need to build cc1 on:
> 
> hppa1.0-hp-hpux11.00
> 
> aldy

-- 
--------------------------
SuperH
2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
T:+44 1454 462330

[-- Attachment #2: pa-fix --]
[-- Type: text/plain, Size: 1022 bytes --]

Thu Jul 25 23:00:13 2002  J"orn Rennecke <joern.rennecke@superh.com>

	* pa.md (extv): Check predicates before emitting extv_32.

Index: config/pa/pa.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pa/pa.md,v
retrieving revision 1.109
diff -p -r1.109 pa.md
*** config/pa/pa.md	11 Jul 2002 18:47:45 -0000	1.109
--- config/pa/pa.md	25 Jul 2002 22:00:04 -0000
***************
*** 6658,6665 ****
      emit_insn (gen_extv_64 (operands[0], operands[1],
  			    operands[2], operands[3]));
    else
!     emit_insn (gen_extv_32 (operands[0], operands[1],
! 			    operands[2], operands[3]));
    DONE;
  }")
  
--- 6658,6670 ----
      emit_insn (gen_extv_64 (operands[0], operands[1],
  			    operands[2], operands[3]));
    else
!     {
!       if (! uint5_operand (operands[2], SImode)
! 	  || ! uint5_operand (operands[3], SImode))
! 	FAIL;
!       emit_insn (gen_extv_32 (operands[0], operands[1],
! 			      operands[2], operands[3]));
!     }
    DONE;
  }")
  

  reply	other threads:[~2002-07-25 22:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-25 20:57 Joern Rennecke
2002-07-25 21:21 ` Aldy Hernandez
2002-07-26  3:20   ` Joern Rennecke [this message]
2002-07-27  5:54     ` John David Anglin
2002-07-27  7:35 ` Aldy Hernandez
2002-07-28  9:52   ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2002-07-25 22:07 Joern Rennecke
2002-07-26  1:56 ` John David Anglin
2002-07-25 15:19 Steve Ellcey
2002-07-25 15:28 ` Aldy Hernandez
2002-07-25 11:40 Steve Ellcey
2002-07-25 14:52 ` Aldy Hernandez
2002-07-25  3:53 Steve Ellcey
2002-07-25  2:02 Steve Ellcey
2002-07-25  2:36 ` Aldy Hernandez
2002-07-25  2:54   ` John David Anglin
2002-07-25  2:56     ` Aldy Hernandez
2002-07-25 11:22       ` John David Anglin
2002-07-25  0:09 Steve Ellcey
2002-07-25  1:01 ` Aldy Hernandez
2002-07-24 17:42 Steve Ellcey
2002-07-24 18:12 ` Aldy Hernandez
2002-07-24 15:22 Steve Ellcey
2002-07-24 16:30 ` Aldy Hernandez
2002-07-24 14:11 Steve Ellcey
2002-07-14 23:15 Aldy Hernandez

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=3D407597.BFC0EB55@superh.com \
    --to=joern.rennecke@superh.com \
    --cc=aldyh@redhat.com \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=gcc@gcc.gnu.org \
    --cc=sje@cup.hp.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).