2019-12-20 Roman Zhuykov <zhroma@ispras.ru>
* gcc.dg/pr92951-1.c: Rename to ...
* gcc.dg/pr92591-1.c: ... this.
* gcc.dg/pr92951-2.c: Rename to ...
* gcc.dg/pr92591-2.c: ... this.
From-SVN: r279645
+2019-12-20 Roman Zhuykov <zhroma@ispras.ru>
+
+ * gcc.dg/pr92951-1.c: Rename to ...
+ * gcc.dg/pr92591-1.c: ... this.
+ * gcc.dg/pr92951-2.c: Rename to ...
+ * gcc.dg/pr92591-2.c: ... this.
+
2019-12-20 Thomas Koenig <tkoenig@gcc.gnu.org>
PR middle-end/91512
--- /dev/null
+/* PR rtl-optimization/92591 */
+/* { dg-do compile } */
+/* { dg-options "-O2 -fmodulo-sched -fweb -fno-dce -fno-ivopts -fno-sched-pressure -fno-tree-loop-distribute-patterns --param sms-dfa-history=1" } */
+/* { dg-additional-options "-mcpu=e500mc" { target { powerpc-*-* } } } */
+
+void
+wf (char *mr, int tc)
+{
+ while (tc-- > 0)
+ *mr++ = 0;
+}
--- /dev/null
+/* PR rtl-optimization/92591 */
+/* { dg-do compile } */
+/* { dg-options "-Os -fmodulo-sched -fmodulo-sched-allow-regmoves --param sms-dfa-history=8" } */
+
+#include "../gcc.c-torture/execute/pr61682.c"
+++ /dev/null
-/* PR rtl-optimization/92591 */
-/* { dg-do compile } */
-/* { dg-options "-O2 -fmodulo-sched -fweb -fno-dce -fno-ivopts -fno-sched-pressure -fno-tree-loop-distribute-patterns --param sms-dfa-history=1" } */
-/* { dg-additional-options "-mcpu=e500mc" { target { powerpc-*-* } } } */
-
-void
-wf (char *mr, int tc)
-{
- while (tc-- > 0)
- *mr++ = 0;
-}
+++ /dev/null
-/* PR rtl-optimization/92591 */
-/* { dg-do compile } */
-/* { dg-options "-Os -fmodulo-sched -fmodulo-sched-allow-regmoves --param sms-dfa-history=8" } */
-
-#include "../gcc.c-torture/execute/pr61682.c"