This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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"



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]