public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/24238] [4.1 Regression] ICE: verify_ssa failed "statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS"
Date: Thu, 06 Oct 2005 14:55:00 -0000	[thread overview]
Message-ID: <20051006145516.11311.qmail@sourceware.org> (raw)
In-Reply-To: <bug-24238-10053@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from rguenth at gcc dot gnu dot org  2005-10-06 14:55 -------
Index: tree-ssa-alias.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-alias.c,v
retrieving revision 2.110
diff -c -3 -p -r2.110 tree-ssa-alias.c
*** tree-ssa-alias.c    15 Sep 2005 01:28:10 -0000      2.110
--- tree-ssa-alias.c    6 Oct 2005 14:55:01 -0000
*************** find_used_portions (tree *tp, int *walk_
*** 2765,2770 ****
--- 2765,2771 ----
        break;
      case VAR_DECL:
      case PARM_DECL:
+     case RESULT_DECL:
        {
        tree var = *tp;
        if (DECL_SIZE (var)

fixes it


-- 


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


  parent reply	other threads:[~2005-10-06 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-06 14:22 [Bug tree-optimization/24238] New: " rguenth at gcc dot gnu dot org
2005-10-06 14:29 ` [Bug tree-optimization/24238] " pinskia at gcc dot gnu dot org
2005-10-06 14:32 ` pinskia at gcc dot gnu dot org
2005-10-06 14:55 ` rguenth at gcc dot gnu dot org [this message]
2005-10-06 16:20 ` cvs-commit at gcc dot gnu dot org
2005-10-06 16:21 ` rguenth at gcc dot gnu dot 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=20051006145516.11311.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).