Add a missed Changelog entry.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 22 Apr 2020 11:20:15 +0000 (12:20 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 22 Apr 2020 11:20:30 +0000 (12:20 +0100)
gcc/testsuite/ChangeLog

index 7edcbbf433a245830918bc09823e43cb16c83c3f..7ba2c72e3bc9c1a7c4530a83b9d5783bf519a2a0 100644 (file)
@@ -3,6 +3,21 @@
        PR tree-optimization/94700
        * gcc.target/aarch64/sve/acle/general/pr94700.c: New test.
 
+2020-04-22 Iain Sandoe <iain@sandoe.co.uk>
+
+       * g++.dg/coroutines/torture/local-var-0.C: Rename to...
+       * g++.dg/coroutines/torture/local-var-00-const.C: ...this.
+       * g++.dg/coroutines/torture/local-var-1.C: Rename to...
+       * g++.dg/coroutines/torture/local-var-01-single.C: ...this.
+       * g++.dg/coroutines/torture/local-var-2.C: Rename to...
+       * g++.dg/coroutines/torture/local-var-02-conditional.C: ...this.
+       * g++.dg/coroutines/torture/local-var-3.C: Rename to...
+       * g++.dg/coroutines/torture/local-var-03-with-awaits.C: ...this.
+       * g++.dg/coroutines/torture/local-var-4.C: Rename to...
+       * g++.dg/coroutines/torture/local-var-04-hiding-nested-scopes.C: this.
+       * g++.dg/coroutines/torture/local-var-5-awaitable.C: Rename to...
+       * g++.dg/coroutines/torture/local-var-05-awaitable.C: ...this. 
+
 2020-04-22 Iain Sandoe <iain@sandoe.co.uk>
 
        PR c++/94682