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/19581] Missed store monition on the tree level


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-23 19:59 -------
(In reply to comment #5)
> GCSE store motion does catch this.  But it is disabled for GCC 4.0 because 
> it is buggy and does not really work well in most cases. 
Yes but we don't catch in 3.4.0 so that means GCSE store motion did not catch it since GCSE store 
motion was only disabled for 4.0.0 but was enabled after the rewrite for 3.4.0.

-- 


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


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