From: Jonathan Wakely Date: Tue, 21 Apr 2020 21:20:23 +0000 (+0100) Subject: testsuite: Fix position of changelog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e76100ced607218a3bf26344fd57d7384a7c18b5;p=gcc.git testsuite: Fix position of changelog entry One of the changelog entries in commit d76925e46fad09fc9be67 got put in the wrong place after a rebase. This places it correctly. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 91fe0587a95..0d6714743fb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-04-21 Jonathan Wakely + + PR c++/94149 + * g++.dg/cpp2a/paren-init24.C: Fix FIXMEs. + 2020-04-21 Martin Sebor PR middle-end/94647 @@ -67,11 +72,6 @@ * g++.dg/coroutines/ramp-return-b.C: New test. * g++.dg/coroutines/ramp-return-c.C: New test. -2020-04-21 Jonathan Wakely - - PR c++/94149 - * g++.dg/cpp2a/paren-init24.C: Fix FIXMEs. - 2020-04-17 Marek Polacek PR c++/94592