OSDN Git Service

Fix doc bug pointed out by Sergei Organov.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 0e98db7..d07f64e 100644 (file)
@@ -1,3 +1,67 @@
+2005-07-01  James E. Wilson  <wilson@specifixinc.com>
+
+       * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
+
+2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR tree-opt/22269
+       * tree-ssa-reassoc.c (should_transpose): Fix which operand
+       we check for SSA_NAME for.
+
+2005-06-29  Daniel Berlin  <dberlin@dberlin.org>
+
+       Fix PR tree-optimization/22071
+       
+       * tree-ssa-structalias.c (offset_overlaps_with_access): New
+       function.
+       (get_constraint_for_component_ref): Use it.
+
+2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR other/22264
+       * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
+       print out the last new line.
+
+2005-07-01  Hans-Peter Nilsson  <hp@axis.se>
+
+       * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
+       Swap numbers for CRIS_AP_REGNUM and CRIS_MOF_REGNUM.
+       * config/cris/cris.c (cris_conditional_register_usage): Adjust
+       reg_names[CRIS_CC0_REGNUM] for early CRIS versions.
+       (cris_print_operand) <case REG>: Handle CRIS_CC0_REGNUM.
+       (cris_md_asm_clobbers): Clobber CRIS_CC0_REGNUM for all asms.
+       * config/cris/cris.h (CRIS_CANONICAL_CC0_REGNUM): New macro.
+       (enum reg_class): New member CC0_REGS.
+       (REG_CLASS_FROM_LETTER): Add 'c' for CC0_REGS.
+       (FIRST_PSEUDO_REGISTER, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
+       (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
+       (CRIS_SPECIAL_REGS_CONTENTS, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
+       (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
+       Adjust for register now described.
+
+2005-07-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/22262
+       * config/i386/i386.md (stack_protect_test_si,
+       stack_protect_test_di): Add earlyclobber for scratch 3.
+       * config/rs6000/rs6000.md (stack_protect_testsi,
+       stack_protect_testdi): Add earlyclobber for scratch 3,
+       remove earlyclobber from scratch 4.
+
+2005-06-30  Diego Novillo  <dnovillo@redhat.com>
+
+       PR 21584
+       PR 22219
+       * tree-ssa-alias.c (create_name_tags): Also process
+       non-dereferenced pointers.
+       Remove argument 'ai'.  Update all callers.
+
+2005-06-30  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/rs6000/darwin.h (STARTING_FRAME_OFFSET):
+       Set to 0 for FRAME_GROWS_DOWNWARD.
+       (REGISTER_NAMES): Add sfp.
+
 2005-07-01  Kelley Cook  <kcook@gcc.gnu.org>
 
        * config/arm/libunwind.S, config/arm/pr-support.c,