I noticed a testsuite entry went into gcc/ChangeLog rather than gcc/testsuite/ChangeLog while looking to see if Paulo's recent patch had already been reviewed & installed.
Fixed in the obvious way.
commit c7b05d9a220e67fdaaab74aa51c81d14284ed99f Author: Jeff Law <[email protected]> Date: Tue Oct 15 14:43:27 2013 -0600 Move Paulo's 9/27/2013 ChangeLog entry to the right file diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60e76c1..c0602b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3128,11 +3128,6 @@ 2013-09-27 Paulo Matos <[email protected]> - PR middle-end/58463 - * gcc.dg/pr58463.c: New test. - -2013-09-27 Paulo Matos <[email protected]> - * cfgloop.h (number_of_loops): Fix typo in check for null. 2013-09-27 Jakub Jelinek <[email protected]> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 11099e1..1e60e53 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -479,6 +479,11 @@ * gcc.target/powerpc/p8vector-ldst.c: New test for -mupper-regs-sf and -mupper-regs-df. +2013-09-27 Paulo Matos <[email protected]> + + PR middle-end/58463 + * gcc.dg/pr58463.c: New test. + 2013-09-27 Jakub Jelinek <[email protected]> PR middle-end/58551
