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 green at redhat dot com  2004-05-27 18:58 -------
(In reply to comment #6)
> 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.

Thanks to everyone who's helped with this bug!

How's the testing going Zdenek?

AG

-- 


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]