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/21676] [4.0/4.1/4.2/4.3 Regression] Optimizer regression: SciMark sparse matrix benchmark



------- Comment #13 from steven at gcc dot gnu dot org  2008-01-12 14:34 -------
Re. comment #7, "Assignment to sum should be moved before if..."

This is called code hoisting, and it is not performed in GCC except with -Os. 
See bug 24001, bug 33315, and other reports about the same issue in Bugzilla.


-- 


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


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