X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=631e7a4d351035d6e5180ef88afa11f724f8f3cd;hp=cc7419b8ab0fa931849cdb52b0e2ac203de7b0ca;hb=3a16ebc283c2c39139da9664b1992573c814604e;hpb=897f9d25c9514d0a9eb4f9af7cce1a59b0645f13 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc7419b8ab0..631e7a4d351 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,34 @@ +2010-05-18 Vladimir Makarov + + PR rtl-optimization/43332 + * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier. + +2010-05-18 Anatoly Sokolov + + * tree.h (build_int_cstu): Implement as static inline. + * tree.c (build_int_cstu): Remove function. + (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as + sign extended. + +2010-05-18 Richard Guenther + + PR lto/44143 + * lto-wrapper.c (verbose): New variable. Initialize from -v. + (debug): Initialize from -save-temps. + (collect_execute): Print command-line when verbose. + (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute + for ltrans invocation. Produce -dumpbase flag again. + (process_args): Remove. + (main): Simplify. + * collect2.c (maybe_run_lto_and_relink): Only pass object + files to lto-wrapper. + * gcc.c (LINK_COMMAND_SPEC): Likewise. + +2010-05-18 Jan Hubicka + + * opts.c (decode_options): Do not disable whopr at ipa_cp. + * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too. + 2010-05-18 Steven Bosscher PR lto/44184