X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=4d8cfb3cfd49975e92b802ee0aa15d1f84b1662f;hb=fe8274f858ba00a769db7a68a2aa11b59dce7e58;hp=a5ef0cf3acdaf701482340644a876dd33e073c1a;hpb=1d4cb2269883a254621caffe3873e043bc944330;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a5ef0cf3acd..4d8cfb3cfd4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,40 @@ +2010-01-12 Jakub Jelinek + + PR debug/42662 + * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx + sharing when canonicalizing ({lt,ge}u (plus a b) b). + + PR tree-optimization/42645 + * tree-inline.c (processing_debug_stmt): Move earlier. Make static. + (remap_ssa_name): If processing_debug_stmt and name wasn't found in + decl_map, set processing_debug_stmt to -1 and return name without + any remapping. + +2010-01-11 Dave Korn + + * doc/install.texi (Specific#x-x-cygwin): Document minimum required + binutils version, and reword target configuration description. + +2010-01-11 Andy Hutchinson + + * config/avr/avr.h (LINKER_NAME): Remove. + +2010-01-11 Janis Johnson + + PR target/42416 + * config/rs6000/rs6000.c (rs6000_override_options): On targets + that support VSX, warn for -mno-altivec if vsx is not disabled, + and disable vsx. + +2010-01-11 Joseph Myers + Shujing Zhao + + PR translation/42469 + * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=, + fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab + character between option name and help text. + * c.opt (imultilib): Likewise. + 2010-01-10 Rafael Avila de Espindola * lto-streamer-out.c (output_unreferenced_globals): Output static @@ -102,7 +139,7 @@ 2010-01-08 Andy Hutchinson PR target/41885 - * avr.md (rotlqi3): Add CONST_INT_P check. + * config/avr/avr.md (rotlqi3): Add CONST_INT_P check. (rotlhi3): Delete. (rotlhi3_8): Delete. (rotlsi3): Delete. @@ -112,8 +149,8 @@ (rotl3): New. (*rotw3): New. (*rotb3): New. - * avr.c (avr_rotate_bytes): New function. - * avr-proto.h (avr_rotate_bytes): New function. + * config/avr/avr.c (avr_rotate_bytes): New function. + * config/avr/avr-proto.h (avr_rotate_bytes): New function. 2010-01-08 Steve Ellcey