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/26832] [4.2 Regression] ICE: verify_ssa failed



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


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