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/23946] [4.1 regression] ICE: verify_ssa failed ("definition ... follows the use")


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


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