public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "amodra at bigpond dot net dot au" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/16480] using -msdata causes internal compiler error
Date: Wed, 25 Aug 2004 11:21:00 -0000	[thread overview]
Message-ID: <20040825112125.4974.qmail@sourceware.org> (raw)
In-Reply-To: <20040711213734.16480.kurt@symbolicsound.com>


------- Additional Comments From amodra at bigpond dot net dot au  2004-08-25 11:21 -------
Mainline fails similarly.  The failure results from this splitter

(define_split
  [(set (match_operand:DI 0 "nonimmediate_operand" "")
        (match_operand:DI 1 "input_operand" ""))]
  "reload_completed && !TARGET_POWERPC64
   && gpr_or_gpr_p (operands[0], operands[1])"
  [(pc)]
{ rs6000_split_multireg_move (operands[0], operands[1]); DONE; })

The "input_operand" predicate accepts any memory operand as the second operand.
 rs6000_split_multireg_move thus needs to accept anything that we accept in
rs6000_legitimate_address.  For this particular failure, that's a
(mem (symbol_ref (...))), which happens to satisfy legitimate_small_data_p.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |amodra at bigpond dot net
                   |dot org                     |dot au
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch
      Known to fail|3.4.2                       |3.4.2 3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16480


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

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-11 21:37 [Bug c/16480] New: " kurt at symbolicsound dot com
2004-07-11 21:39 ` [Bug c/16480] " kurt at symbolicsound dot com
2004-07-12  4:34 ` [Bug target/16480] " pinskia at gcc dot gnu dot org
2004-08-25  7:11 ` amodra at bigpond dot net dot au
2004-08-25 11:21 ` amodra at bigpond dot net dot au [this message]
2004-08-26  0:03 ` geoffk at geoffk dot org
2004-08-26  1:18 ` amodra at bigpond dot net dot au
2004-08-26  1:20 ` cvs-commit at gcc dot gnu dot org
2004-08-26  1:29 ` amodra at bigpond dot net dot au
2004-08-29 18:16 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:16 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:47 ` mmitchel at gcc dot gnu dot org
2004-11-10  3:15 ` cvs-commit at gcc dot gnu dot org
2004-11-10  3:20 ` amodra at bigpond dot net dot au
2004-11-24  2:14 ` amodra at bigpond dot net dot au

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=20040825112125.4974.qmail@sourceware.org \
    --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).