X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2FChangeLog;h=0eba871aafec634b9752f183959e55a8acd1a914;hp=bd96796a12da869acf0ca779fde64d0bab1fa1a6;hb=cab5546950f138fc48bbbb468af82f0842321568;hpb=1ffa850c3f9195b55dfe5476f1500fec44f965f2 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd96796a12d..0eba871aafe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,23 @@ +2009-01-13 Vladimir Makarov + + PR target/38811 + * Makefile.in (ira-lives.o): Add except.h. + + * ira-lives.c: Include except.h. + (process_bb_node_lives): Process can_throw_internal. + +2009-01-13 Jakub Jelinek + + PR rtl-optimization/38774 + * combine.c (simplify_set): When undoing cc_use change, don't do + PUT_CODE on the newly created comparison, but instead put back the + old comparison. + +2009-01-13 Joseph Myers + + * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march + values. Remove duplicate arm8 entry. + 2009-01-13 Sebastian Pop PR tree-optimization/38786