public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Steve Ellcey <sje@cup.hp.com>
To: aldyh@redhat.com
Cc: gcc@gcc.gnu.org, dave@hiauly1.hia.nrc.ca
Subject: Re: Vector modes under hppa64-hpu
Date: Thu, 25 Jul 2002 02:02:00 -0000	[thread overview]
Message-ID: <200207242125.OAA17485@hpsje.cup.hp.com> (raw)

> Can you post x.c so I can try to debug this?

Sorry, x.c is just gcc.c-torture/compile/simd-1.c, I rename all my tests
to x.c when I work on them.

$ cat x.c
typedef int v2si __attribute__ ((mode(V2SI)));
typedef unsigned di __attribute__ ((mode(DI)));
void foo(unsigned long);
void bar() {
    v2si x = { 1, 2 };
    foo((di) x);
}

> Also, can I can make a cross ia64-hpux (or whatever) to reproduce your
> error, as I don't have neither an ia64 nor a pa64.

I don't know if building a cross ia64-hpux will work or not, but a pa64
version should at least build cc1.  These two platforms are behaving
slightly differently for me.  I can make IA64 work at all optimization
levels with the change that I included in my earlier mail
(http://gcc.gnu.org/ml/gcc/2002-07/msg01148.html) but PA64 will only
work at -O0 with that change, -O1/-O2/etc still fail with the
simplify_gen_subreg message.

Steve Ellcey
sje@cup.hp.com

             reply	other threads:[~2002-07-24 21:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-25  2:02 Steve Ellcey [this message]
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
  -- 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 20:57 Joern Rennecke
2002-07-25 21:21 ` Aldy Hernandez
2002-07-26  3:20   ` Joern Rennecke
2002-07-27  5:54     ` John David Anglin
2002-07-27  7:35 ` Aldy Hernandez
2002-07-28  9:52   ` Richard Henderson
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  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=200207242125.OAA17485@hpsje.cup.hp.com \
    --to=sje@cup.hp.com \
    --cc=aldyh@redhat.com \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=gcc@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).