[Bug middle-end/17967] [4.0 Regression] Expand is considered slower? (remove_useless_stmts is considered part of expand)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 17 22:55:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-17 22:55 -------
As said before this patch fixes this regression but cause some optimizations regression because fold
does not fold &a[0] + 1 into &a[1] but only fold_stmt (I might be able to remove the fold_stmt on the
COND_EXPR).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |ASSIGNED
Keywords|patch |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17967
More information about the Gcc-bugs
mailing list