Move testsuite entry to proper file

From-SVN: r254347
This commit is contained in:
Eric Botcazou 2017-11-02 15:02:23 +00:00
parent 64e562b214
commit f92892ddbb
2 changed files with 5 additions and 7 deletions

View File

@ -6154,11 +6154,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
@ -7730,8 +7725,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

View File

@ -4101,6 +4101,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