This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/23946] [4.1 regression] ICE: verify_ssa failed ("definition ... follows the use")
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Sep 2005 16:21:36 -0000
- Subject: [Bug tree-optimization/23946] [4.1 regression] ICE: verify_ssa failed ("definition ... follows the use")
- References: <20050918121431.23946.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-18 16:21 -------
Confirmed, a variable is not being marked for renaming (or really prop):
- # HEAP.11_158 = V_MAY_DEF <HEAP.11_151>;
- # HEAP.19_159 = V_MAY_DEF <HEAP.19_152>;
- # HEAP.25_160 = V_MAY_DEF <HEAP.25_153>;
- # HEAP.31_174 = V_MAY_DEF <HEAP.31_137>;
- memcpy (D.1325_157, d_30, 0);
+ (void) 0;
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |rth at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23946