diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-11-02 14:59:59 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-11-02 14:59:59 +0000 |
commit | 441c7bba9eaa74b206dac0f2fab3a72e5e36981f (patch) | |
tree | f6605957da704b242b7a6f9dcdba58bdf6a02320 /gcc | |
parent | b95f2911efdb2667c0bea5cdaced6b02f63637cb (diff) | |
download | gcc-441c7bba9eaa74b206dac0f2fab3a72e5e36981f.zip gcc-441c7bba9eaa74b206dac0f2fab3a72e5e36981f.tar.gz gcc-441c7bba9eaa74b206dac0f2fab3a72e5e36981f.tar.bz2 |
Move testsuite entries to proper file
From-SVN: r254346
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 12 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 9 |
2 files changed, 9 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56aaf54..12d55f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -128,11 +128,6 @@ (execute_compare_elim_after_reload): Remove df_chain_add_problem call. -2017-11-01 Michael Collison <michael.collison@arm.com> - - PR rtl-optimization/82597 - * gcc.dg/pr82597.c: New test. - 2017-11-01 Richard Sandiford <richard.sandiford@linaro.org> Alan Hayward <alan.hayward@arm.com> David Sherwood <david.sherwood@arm.com> @@ -28429,11 +28424,6 @@ * doc/invoke.texi: Replace inequality signs with square brackets for -Wnormalized. -2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com> - - PR tree-optimization/68644 - * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*. - 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com> PR target/78660 @@ -30006,8 +29996,6 @@ * tree-vrp.c (process_assert_insertions): Properly adjust common when removing a duplicate. - * gcc.dg/torture/pr79276.c: New testcase. - 2017-01-30 Richard Biener <rguenther@suse.de> PR tree-optimization/79256 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 206bd83..641a9cc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -98,6 +98,10 @@ * g++.dg/other/i386-2.C: Ditto. * g++.dg/other/i386-3.C: Ditto. +2017-11-01 Michael Collison <michael.collison@arm.com> + + PR rtl-optimization/82597 + * gcc.dg/pr82597.c: New test. 2017-10-30 Paolo Carlini <paolo.carlini@oracle.com> @@ -12828,6 +12832,11 @@ PR lto/79587 * gcc.dg/tree-prof/pr79587.c: New test. +2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + PR tree-optimization/68644 + * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*. + 2017-02-21 Marek Polacek <polacek@redhat.com> PR c++/79535 |