--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-10
20:31 ---
*** This bug has been marked as a duplicate of 19848 ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-08
17:34 ---
In fact the only thing which -floop-optimize2 does without enabling something
else at -O1 is to enable
-fbranch-count-reg which has no effect on ia64.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=198
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-08
17:33 ---
There is a section in the source which does this:
/* Enable new loop optimizer pass if any of its optimizations is called. */
if (flag_move_loop_invariants
|| flag_unswitch_loops
|| flag_pee
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-08
16:36 ---
This blocks testing of compiler options in PR 5900.
--
What|Removed |Added
OtherBugsDepen