Hi, all, I just happened to notice that there are some incorrect date in ChangeLog files. I guess this can be considered as obvious fix.
Committed it as Rev.219704: https://gcc.gnu.org/r219704 Index: gcc/ChangeLog =================================================================== --- gcc/ChangeLog (revision 219703) +++ gcc/ChangeLog (working copy) @@ -286,7 +286,7 @@ cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h, builtins.def, and chkp-builtins.def. -2014-01-15 David Edelsohn <dje....@gmail.com> +2015-01-15 David Edelsohn <dje....@gmail.com> * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8). @@ -988,7 +988,7 @@ Do not save lr in case of tail call. * config/arm/thumb2.md (*thumb2_pop_single): New pattern. -2015-01-13 Martin Uecker <uec...@eecs.berkeley.edu> +2015-01-14 Martin Uecker <uec...@eecs.berkeley.edu> * tree-vrp.c (check_array_ref): Emit more warnings for warn_array_bounds >= 2. @@ -1126,7 +1126,7 @@ (perform_symbolic_merge): This. Also fix computation of the range and end of the symbolic number corresponding to the result of a bitwise OR. -2014-01-13 Richard Biener <rguent...@suse.de> +2015-01-13 Richard Biener <rguent...@suse.de> PR tree-optimization/64568 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly Index: gcc/testsuite/ChangeLog =================================================================== --- gcc/testsuite/ChangeLog (revision 219703) +++ gcc/testsuite/ChangeLog (working copy) @@ -489,7 +489,7 @@ PR tree-optimization/64404 * gcc.dg/vect/pr64404.c: New testcase. -2014-01-13 Richard Biener <rguent...@suse.de> +2015-01-13 Richard Biener <rguent...@suse.de> PR tree-optimization/64568 * g++.dg/torture/pr64568.C: New testcase. Best regards, jasonwucj