From 268ee103137a4f40d1a2f8b9f002ab40ef79c8e7 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Thu, 2 Nov 2017 14:59:59 +0000 Subject: [PATCH] Move testsuite entries to proper file git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254346 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 12 ------------ gcc/testsuite/ChangeLog | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56aaf549ce9..12d55f8c7a1 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 - - PR rtl-optimization/82597 - * gcc.dg/pr82597.c: New test. - 2017-11-01 Richard Sandiford Alan Hayward David Sherwood @@ -28429,11 +28424,6 @@ * doc/invoke.texi: Replace inequality signs with square brackets for -Wnormalized. -2017-02-22 Bill Schmidt - - PR tree-optimization/68644 - * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*. - 2017-02-22 Matthew Fortune 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 PR tree-optimization/79256 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 206bd83276b..641a9cca5be 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 + + PR rtl-optimization/82597 + * gcc.dg/pr82597.c: New test. 2017-10-30 Paolo Carlini @@ -12828,6 +12832,11 @@ PR lto/79587 * gcc.dg/tree-prof/pr79587.c: New test. +2017-02-22 Bill Schmidt + + PR tree-optimization/68644 + * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*. + 2017-02-21 Marek Polacek PR c++/79535 -- 2.11.4.GIT