diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2007-07-11 15:52:44 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2007-07-11 15:52:44 +0200 |
commit | 942ca20a7020e6b4debd99b1d84f556733facacf (patch) | |
tree | b6fd1159dea603b752aa8bce9c375b7aaa06c2c4 /gcc/ChangeLog | |
parent | 7313518b90b280e75d32a647b3d9f6ad5e0b0150 (diff) | |
download | gcc-942ca20a7020e6b4debd99b1d84f556733facacf.zip gcc-942ca20a7020e6b4debd99b1d84f556733facacf.tar.gz gcc-942ca20a7020e6b4debd99b1d84f556733facacf.tar.bz2 |
reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name and letter field.
* reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name
and letter field.
From-SVN: r126551
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a01bbe..dbf51b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-11 Uros Bizjak <ubizjak@gmail.com> + + * reg-stack.c (struct tree_opt_pass pass_stack_regs): Nullify name + and letter field. + 2007-07-11 Douglas Gregor <doug.gregor@gmail.com> * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove. @@ -7,7 +12,7 @@ (USE_CANONICAL_TYPES): New. * doc/invoke.texi (verify-canonical-types): Remove. (use-canonical-types): Add. - + 2007-07-11 Ulrich Weigand <uweigand@de.ibm.com> * config/spu/spu.c (spu_optimization_options): Remove setting of @@ -16,10 +21,9 @@ 2007-07-11 Richard Sandiford <richard@codesourcery.com> - * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and - -m4ksd. - * config/mips/mips.c (mips_cpu_info_table): Mention MIPS_ISA_LEVEL_SPEC - in the comment. + * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Handle -m4ksc and -m4ksd. + * config/mips/mips.c (mips_cpu_info_table): Mention + MIPS_ISA_LEVEL_SPEC in the comment. 2007-07-11 Eric Botcazou <ebotcazou@adacore.com> |