[Bug optimization/14011] [tree-ssa] C++ doesn't optimize bool as well as C.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 11 21:45:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-11 21:45 -------
Fixed by:
* Makefile.in (OBJS-common): Add tree-ssa-forwprop.o
(tree-ssa-forwprop.o): Add dependencies.
* timevar.def (TV_TREE_FORWPROP): New timevar.
* tree-optimize.c (init_tree_optimization_passes): Link in
the forward propagation pass.
* tree-pass.h (pass_forwprop): Declare.
* tree-ssa-forwprop.c: New file with forward propagation pass.
* doc/invoke.texi: Document dump for forward propagation pass.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14011
More information about the Gcc-bugs
mailing list