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 rtl-optimization/32372] [4.3 Regression] ICE in df_refs_verify, at df-scan.c:4065



------- Comment #1 from zadeck at naturalbridge dot com  2007-06-18 12:33 -------
I believe that the failure is due to a an insn illegally sharing with a
reg_equal note.  Insn 8 is modified in regmove.  When this happens, the
reg_equal note in insn 22 magically changes.  That reg_equal note was changed
last in cse.


-- 

zadeck at naturalbridge dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|zadeck at naturalbridge dot |bonzini at gnu dot org
                   |com                         |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-06-18 12:33:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32372


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