X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=gcc%2FChangeLog;h=c792108f3f93e71f525898ad473a5cc9ab6a4974;hb=60e0f43541113052e3af80df52359ec3de4f94f8;hp=96a1648fb078e452fad892a812501a362b7c334c;hpb=c5b4d5f379a38426739964f18b4f21b955849977;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96a1648fb07..c792108f3f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2004-13-12 Steven Bosscher + + * basic-block.h (PROP_POSTRELOAD): Do not include PROP_AUTOINC, we + can never create autoinc insns after reload. + +2004-12-13 Jeff Law + Kazu Hirata + + * tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a + PHI argument is set from a PHI_RESULT in the same block and the + PHI argument is not the same as the PHI result. + 2004-12-13 David Edelsohn * xcoffout.c (xcoffout_declare_function): Always strip storage @@ -6,7 +18,7 @@ 2004-12-13 Andrew Pinski PR target/18964 - * config/darwin.c (darwin_assemble_visibility): Fix minor diadnostic + * config/darwin.c (darwin_assemble_visibility): Fix minor diagnostic problem, adding a space at the end of the string before concatenation. 2004-12-13 Kazu Hirata