diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2009-02-26 07:26:52 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-02-26 07:26:52 -0800 |
commit | 38432148f9febd24a0bba40449ec24074474eb06 (patch) | |
tree | 3e9af60fccbdc252a30b4ec8a62d32d8697d951e /gcc | |
parent | c1cfed038a9cebb85d49e48958f6021b11372630 (diff) | |
download | gcc-38432148f9febd24a0bba40449ec24074474eb06.zip gcc-38432148f9febd24a0bba40449ec24074474eb06.tar.gz gcc-38432148f9febd24a0bba40449ec24074474eb06.tar.bz2 |
Correct year.
From-SVN: r144447
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 20 | ||||
-rw-r--r-- | gcc/fortran/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 12 |
3 files changed, 17 insertions, 17 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94c16af..27fc748 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,4 @@ -2008-02-25 H.J. Lu <hongjiu.lu@intel.com> +2009-02-25 H.J. Lu <hongjiu.lu@intel.com> PR rtl-optimization/39241 * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls @@ -89,7 +89,7 @@ (remove_unused_locals): Enable removal of dead blocks by default; enable dumping at TDF_DETAILS. -2008-02-21 H.J. Lu <hongjiu.lu@intel.com> +2009-02-21 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (classify_argument): Don't allow COImode and OImode. @@ -99,7 +99,7 @@ (return_in_memory_32): Likewise. (function_arg_64): Remove OImode comment. -2008-02-21 H.J. Lu <hongjiu.lu@intel.com> +2009-02-21 H.J. Lu <hongjiu.lu@intel.com> PR target/39261 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use @@ -116,7 +116,7 @@ * loop-iv.c: Revert last change. * emit-rtl.c: Likewise. -2008-02-21 H.J. Lu <hongjiu.lu@intel.com> +2009-02-21 H.J. Lu <hongjiu.lu@intel.com> PR target/39256 * config/i386/i386.c (type_natural_mode): Remove an extra @@ -432,7 +432,7 @@ (function_arg_32): Don't warn ABX ABI change here. (function_arg_64): Likewise. -2008-02-13 Bernd Schmidt <bernd.schmidt@analog.com> +2009-02-13 Bernd Schmidt <bernd.schmidt@analog.com> * loop-iv.c (implies_p): In the final case, test that operands 0 of the two comparisons match. @@ -992,12 +992,12 @@ recompute_dominator to compute the immediate dominator of the basic block just after the loop. -2008-01-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> +2009-01-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA] (ASM_OUTPUT_DWARF_PCREL): Define. -2008-01-29 Vladimir Makarov <vmakarov@redhat.com> +2009-01-29 Vladimir Makarov <vmakarov@redhat.com> * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. * doc/passes.texi: Remove entries about regclass, local-alloc, and @@ -1338,7 +1338,7 @@ void *' warning from -Wc++-compat. * Makefile.in (dominance.o-warn): Remove. -2008-01-23 Paolo Bonzini <bonzini@gnu.org> +2009-01-23 Paolo Bonzini <bonzini@gnu.org> PR tree-optimization/38932 * fold-const.c (fold_unary_ignore_overflow): New. @@ -1482,7 +1482,7 @@ * graphite.c (stmt_simple_for_scop_p): Also handle cases when gimple_call_lhs is NULL. -2008-01-20 Paolo Bonzini <bonzini@gnu.org> +2009-01-20 Paolo Bonzini <bonzini@gnu.org> PR target/38868 * emit-rtl.c (adjust_address_1): Make sure memref is never @@ -1865,7 +1865,7 @@ zero guard even if align_bytes != 0 and count is smaller than size_needed. -2008-01-09 Vladimir Makarov <vmakarov@redhat.com> +2009-01-09 Vladimir Makarov <vmakarov@redhat.com> PR rtl-optimization/38495 * ira-emit.c (print_move_list, ira_debug_move_list): New functions. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 48c6c34..859e423 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -4,7 +4,7 @@ * trans-array.c (gfc_conv_array_initializer): Convert all expressions rather than ICEing. -2008-02-21 Thomas Koenig <tkoenig@gcc.gnu.org> +2009-02-21 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/38914 * array.c (ref_dimen_size): Rename to gfc_ref_dimen_size, diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6766c5e..adbfc02 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -3,7 +3,7 @@ PR fortran/39292 * gfortran.dg/initialization_22.f90: New test. -2008-02-25 H.J. Lu <hongjiu.lu@intel.com> +2009-02-25 H.J. Lu <hongjiu.lu@intel.com> PR rtl-optimization/39241 * gcc.dg/torture/pr39241.c: New. @@ -46,7 +46,7 @@ * g++.dg/cpp0x/initlist14.C: New test. -2008-02-21 Thomas Koenig <tkoenig@gcc.gnu.org> +2009-02-21 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/38914 * bound_simplification_2.f90: New test case. @@ -56,7 +56,7 @@ * gcc.dg/cpp/include4.c: New test. -2008-02-21 Uros Bizjak <ubizjak@gmail.com> +2009-02-21 Uros Bizjak <ubizjak@gmail.com> PR target/39256 * gcc.target/i386/abi-2.c: New. @@ -777,7 +777,7 @@ * gcc.target/arm/neon-cond-1.c: New test. -2008-01-23 Paolo Bonzini <bonzini@gnu.org> +2009-01-23 Paolo Bonzini <bonzini@gnu.org> PR tree-optimization/38932 * gcc.dg/pr38932.c: New. @@ -867,7 +867,7 @@ PR target/38902 * gcc.dg/pr38902.c: New. -2008-01-20 Paolo Bonzini <bonzini@gnu.org> +2009-01-20 Paolo Bonzini <bonzini@gnu.org> PR target/38868 * gfortran.dg/pr38868.f: New testcase. @@ -984,7 +984,7 @@ PR c++/37646 * g++.dg/conversion/memfn2.C: New test. -2008-01-15 Steve Ellcey <sje@cup.hp.com> +2009-01-15 Steve Ellcey <sje@cup.hp.com> PR c++/38357 * g++.dg/template/crash87.C: New test. |