diff options
author | Christophe Lyon <clyon@gcc.gnu.org> | 2016-01-20 15:12:13 +0100 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2016-01-20 15:12:13 +0100 |
commit | 01ac970459055e682f44d15d43e2175abeeaa6a7 (patch) | |
tree | 281524f7f0fa1c1483e5b7c744a296418f40734f /gcc | |
parent | e84b00daddcd7c37f4654f8409c892d1a403b019 (diff) | |
download | gcc-01ac970459055e682f44d15d43e2175abeeaa6a7.zip gcc-01ac970459055e682f44d15d43e2175abeeaa6a7.tar.gz gcc-01ac970459055e682f44d15d43e2175abeeaa6a7.tar.bz2 |
Fix ChangeLog entry.
From-SVN: r232614
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5edf032..47ed673 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 <hongjiu.lu@intel.com> -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 <enkovich.gnu@gmail.com> PR tree-optimization/69328 |