------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-07 
20:38 -------
I think this was caused by:
2005-05-06  Zdenek Dvorak  <[EMAIL PROTECTED]>
        
        PR tree-optimization/19401
        * tree-flow.h (tree_unroll_loops_completely): Declaration changed.
        * tree-ssa-loop-ivcanon.c (enum unroll_level): New.
        (estimated_unrolled_size): New function.
        (try_unroll_loop_completely, canonicalize_loop_induction_variables,
        tree_unroll_loops_completely): Always unroll loops if the code size
        does not increase.
        * tree-ssa-loop.c (tree_complete_unroll): Indicate whether all
        loops should be unrolled completely.
        (gate_tree_complete_unroll): Run complete unrolling unconditionally.

But is really a latent bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |4.1.0


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

Reply via email to