From: Christophe Lyon Date: Wed, 20 Jan 2016 14:12:13 +0000 (+0100) Subject: Fix ChangeLog entry. X-Git-Tag: basepoints/gcc-7~1466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ac970459055e682f44d15d43e2175abeeaa6a7;p=thirdparty%2Fgcc.git Fix ChangeLog entry. From-SVN: r232614 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5edf0329b356..47ed6730bc7a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,9 @@ -Require non-x32 target for compile-time MPX tests +2016-01-20 H.J. Lu -Compile-time MPX tests don't need the MPX run-time library. They -should pass for non-x32 target. + Require non-x32 target for compile-time MPX tests + + Compile-time MPX tests don't need the MPX run-time library. They + should pass for non-x32 target. PR testsuite/69366 * g++.dg/pr63995-1.C: Require non-x32 target, instead of, @@ -50,6 +52,7 @@ should pass for non-x32 target. * gcc.target/i386/pr65183.c: Likewise. * gcc.target/i386/pr65184.c: Likewise. * gcc.target/i386/thunk-retbnd.c: Likewise. + 2016-01-20 Ilya Enkovich PR tree-optimization/69328