X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=888f9f2dd75e2cf605a3d0c158b41bae6ede4c0a;hb=320da0ba694217ebb6ea153f1c7284fa1196842e;hp=aaff4b425aafdcf053419007ed8734d329878f33;hpb=c24d0a0560a8c20ad3d0604c346c0226800fdf00;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aaff4b425aa..888f9f2dd75 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,41 @@ +2010-03-28 Duncan Sands + + * Makefile.in (PLUGIN_HEADERS): Add except.h. + +2010-03-29 Sebastian Pop + + PR middle-end/43431 + * tree-vect-loop.c (vect_estimate_min_profitable_iters): + Improve vectorization cost model diagnostic. + +2010-03-29 Sebastian Pop + + PR middle-end/43436 + * tree-vect-data-refs.c (vect_analyze_data_refs): When + compute_data_dependences_for_loop returns false, early exit + and output an extra diagnostic for the failed data reference + analysis. + +2010-03-29 Richard Guenther + + PR tree-optimization/43560 + * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p + parameter. + (can_sm_ref_p): Treat stores to readonly locations as + trapping. + +2010-03-29 Jie Zhang + + PR 43564 + * toplev.c (process_options): Set optimization_default_node + and optimization_current_node. + * opts.c (decode_options): Don't set optimization_default_node + and optimization_current_node. + +2010-03-29 Ralf Corsépius + + * config/rtems.h: Abandon -qrtems_debug. + 2010-03-28 Jan Hubicka PR tree-optimization/43505