public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "iains at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65342] [5 Regression] FAIL: gfortran.dg/intrinsic_(un)?pack_1.f90   -O1  execution test on powerpc-apple-darwin9 after r210201
Date: Tue, 10 Mar 2015 13:13:00 -0000	[thread overview]
Message-ID: <bug-65342-4-3rmVxmbB6N@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-65342-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65342

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> ---
BTW, is:

(define_insn "movdi_low_st"
  [(set (mem:DI (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b,b,b")
                           (match_operand 2 "" "Y,,")))
    (match_operand:DI 0 "gpc_reg_operand" "r,r,*!d"))]
  "TARGET_MACHO && TARGET_64BIT"
  "*
{
  switch (which_alternative)
    {
      case 0:
    return \"std %0,lo16(%2)(%1)\";
      case 1:
    {
      output_asm_insn (\"la %1,lo16(%2)(%1)\", operands);

^^^^^
permitted? (i.e. modifying %1, which is an input operand)
      return (\"std %0,0(%1)\");
    }
      case 2:
    return \"stfd %0,lo16(%2)(%1)\";
      default:
    gcc_unreachable ();
    }
}"
  [(set_attr "type" "store")
   (set_attr "length" "4")])


  parent reply	other threads:[~2015-03-10 13:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-07 10:01 [Bug target/65342] New: " dominiq at lps dot ens.fr
2015-03-07 13:27 ` [Bug target/65342] " amodra at gmail dot com
2015-03-07 13:40 ` dominiq at lps dot ens.fr
2015-03-07 16:55 ` iains at gcc dot gnu.org
2015-03-09 12:16 ` rguenth at gcc dot gnu.org
2015-03-09 14:31 ` jakub at gcc dot gnu.org
2015-03-10  8:22 ` amodra at gmail dot com
2015-03-10  8:44 ` iains at gcc dot gnu.org
2015-03-10 12:44 ` amodra at gmail dot com
2015-03-10 12:59 ` iains at gcc dot gnu.org
2015-03-10 13:13 ` iains at gcc dot gnu.org [this message]
2015-03-10 13:33 ` amodra at gmail dot com
2015-03-10 13:36 ` amodra at gmail dot com
2015-03-16  9:38 ` iains at gcc dot gnu.org
2015-03-16 12:02 ` amodra at gmail dot com
2015-03-16 12:09 ` iains at gcc dot gnu.org
2015-03-25 14:32 ` dominiq at lps dot ens.fr
2015-04-09 10:13 ` iains at gcc dot gnu.org
2015-04-09 10:41 ` dominiq at lps dot ens.fr
2015-04-22 12:00 ` [Bug target/65342] [5/6 " jakub at gcc dot gnu.org
2015-07-16  9:17 ` rguenth at gcc dot gnu.org

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=bug-65342-4-3rmVxmbB6N@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).