This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26832] [4.2 Regression] ICE: verify_ssa failed
- 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: 23 Mar 2006 21:05:24 -0000
- Subject: [Bug tree-optimization/26832] [4.2 Regression] ICE: verify_ssa failed
- References: <bug-26832-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-23 21:05 -------
Replacing 't_35' with constant '1.0e+0'
Original statement:tt_37 = t_35 * t_35
Updated statement:tt_37 = t_35
Replacing 'tt_37' with variable 't_35'
Original statement:D.1282_38 = tt_37 + mm_36
Updated statement:D.1282_38 = t_35 + mm_36
and we delete t_35
*** This bug has been marked as a duplicate of 26806 ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |law at redhat dot com
Severity|normal |blocker
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
Summary|ICE: verify_ssa failed |[4.2 Regression] ICE:
| |verify_ssa failed
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26832