public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/45860] [4.6 Regression] ICE: verify_ssa failed: virtual SSA name for non-VOP decl at -O1
Date: Sun, 03 Oct 2010 19:52:00 -0000	[thread overview]
Message-ID: <20101003195200.dYCIWM-SLQcxZIjL0qM-TVz-bG5EBrTY7S3XzrkB0I8@z> (raw)
In-Reply-To: <bug-45860-4@http.gcc.gnu.org/bugzilla/>

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-10-03 19:51:59 UTC ---
The conditional store pass is confused about

  *D.1952_4 = 0;
  D.1953_5 = i_1(D) & 1;
  if (D.1953_5 != 0)
    goto <bb 3>;
  else
    goto <bb 4>;

<bb 3>:
  MEM[(char * {ref-all})D.1952_4] = "";

because that assignment is an array-to-array assignment (not exactly
optimal result of constant-folding).


  parent reply	other threads:[~2010-10-03 19:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-01 16:34 [Bug tree-optimization/45860] New: " zsojka at seznam dot cz
2010-10-02  1:45 ` [Bug tree-optimization/45860] " hjl.tools at gmail dot com
2010-10-03 19:52 ` rguenth at gcc dot gnu.org [this message]
2010-10-20  8:31 ` jakub at gcc dot gnu.org
2010-10-20  9:58 ` rguenth at gcc dot gnu.org
2010-10-20 11:10 ` rguenth at gcc dot gnu.org
2010-10-20 12:11 ` 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=20101003195200.dYCIWM-SLQcxZIjL0qM-TVz-bG5EBrTY7S3XzrkB0I8@z \
    --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).