X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=e42b826107eba84a60ba2c9b04ce2507a26c1c6e;hb=01d25b4ce56f38a5200c1f713100341b6acc9738;hp=e254eec84977b392854d2f3c3efb78ac00914d71;hpb=03c2d9f6921f4ab369317dfa8bb84bf1a64506a0;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e254eec8497..e42b826107e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2010-04-27 Nathan Froyd + + * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration. + +2010-04-27 Martin Jambor + + PR middle-end/43812 + * ipa.c (dissolve_same_comdat_group_list): New function. + (function_and_variable_visibility): Call + dissolve_same_comdat_group_list when comdat group contains external or + newly local nodes. + * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group + lists are circular and that they contain only DECL_ONE_ONLY nodes. + 2010-04-27 Eric Botcazou * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.