This is the mail archive of the gcc-regression@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]

Re: GCC build of HEAD failed for native with your patch on 2005-05-07T10:49:22Z.


Hello,

> After this build failure was fixed, we started seeing:
> 
> /Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-none.c: In function 'foo':
> /Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/gcc.dg/vect/vect-none.c:72: internal compiler error: in estimate_num_insns_1, at tree-inline.c:1433
> FAIL: gcc.dg/vect/vect-none.c (test for excess errors)
> 
> I don't think this can be due to any RTL-level change, so it must be one of:
> 
> +2005-05-06  Zdenek Dvorak  <dvorakz@suse.cz>

this is most likely mine.

Zdenek

> +	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.
> 
> +2005-05-06  Jeff Law  <law@redhat.com>
> +
> +	PR tree-optimization/21380
> +	* tree-ssa-threadupdate.c (thread_through_all_blocks): Do not
> +	thread through a block with no preds.
> 
> +2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
> +
> +	* tree-ssa-operands.c (clobbered_v_may_defs, clobbered_vuses,
> +	ro_call_vuse, fini_ssa_operands, add_call_clobber_ops,
> +	add_call_read_ops): Use VEC instead of VARRAY.


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