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/15654] [3.5 Regression] ICE in calculate_live_on_entry with -O2 -fno-tree-dominator-opts


------- Additional Comments From rakdver at gcc dot gnu dot org  2004-05-26 23:58 -------
The problem actually is in tailcall optimization, where we remove the call
that defines iCodeTop_8, but not the assigment iCodeTop_9 = iCodeTop_8
that follows it.  I am testing the patch for the problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-05-25 23:43:23         |2004-05-26 23:58:46
               date|                            |


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


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