public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "amodra at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/45844] FAIL: gfortran.dg/vect/pr45714-b.f  -O  (internal compiler error)
Date: Tue, 15 Mar 2011 09:20:00 -0000	[thread overview]
Message-ID: <bug-45844-4-f9b1YdTIYF@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-45844-4@http.gcc.gnu.org/bugzilla/>

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc-apple-darwin9       |powerpc-apple-darwin9,
                   |                            |powerpc64-linux
                 CC|                            |amodra at gmail dot com

--- Comment #4 from Alan Modra <amodra at gmail dot com> 2011-03-15 09:18:31 UTC ---
Seen also on powerpc64-linux.  The problem here is that the vsx_splat_V2DF/V2DI
load and store instructions only support mem[reg] or mem[reg+reg] addressing,
but the MEM mode is not a vsx vector mode.  So reg_offset_addressing_ok_p used
in rs6000_legitimate_address_p and other address predicates returns true,
wrongly allowing lo_sum addresses.


  parent reply	other threads:[~2011-03-15  9:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 16:35 [Bug tree-optimization/45844] New: " dominiq at lps dot ens.fr
2010-10-03 11:43 ` [Bug tree-optimization/45844] " irar at il dot ibm.com
2010-10-03 12:01 ` dominiq at lps dot ens.fr
2010-11-07 13:54 ` dominiq at lps dot ens.fr
2011-03-15  9:20 ` amodra at gmail dot com [this message]
2011-03-15  9:50 ` [Bug target/45844] " amodra at gmail dot com
2011-03-15 13:19 ` amodra at gmail dot com
2011-03-16  6:54 ` amodra at gcc dot gnu.org
2011-03-16 18:03 ` wschmidt at gcc dot gnu.org
2011-03-22 22:30 ` dominiq at lps dot ens.fr
2011-03-28  3:22 ` amodra at gmail dot com
2012-06-01 20:44 ` dougkwan at gcc dot gnu.org
2012-08-31 14:41 ` dominiq at lps dot ens.fr

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-45844-4-f9b1YdTIYF@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).