X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=8d509262a012ff9dfe3c7934e44767f30bea932b;hb=3637bb872f0c42002c4802c5676bfcb1aabc6ca7;hp=837387da832521c7846997c70da7534a7eb11509;hpb=36b6158e9aadc91cf8be6a7a877c233cb4e9ecef;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 837387da832..8d509262a01 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,31 @@ +2012-01-13 Ian Lance Taylor + + PR c++/50012 + * tree.h (TYPE_QUALS): Add cast to int. + (TYPE_QUALS_NO_ADDR_SPACE): Likewise. + +2012-01-13 Ian Lance Taylor + + * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when + comparing param_index to VEC_length result. + +2012-01-13 Steven Bosscher + + * c-decl.c: Do not include tree-mudflap.h + * tree-optimize.c: Likewise. + * Makefile.in: Update dependencies. + +2012-01-13 Richard Guenther + + PR middle-end/8081 + * gimplify.c (gimplify_modify_expr_rhs): For calls with a + variable-sized result always use RSO. + +2012-01-12 DJ Delorie + + * cfgexpand.c (convert_debug_memory_address): Allow any valid + pointer type, not just the default pointer type. + 2012-01-09 Richard Henderson Denis Chertykov