div-9.c: Delete duplicate test.
authorChenghua Xu <paul.hua.gm@gmail.com>
Mon, 5 Jun 2017 02:13:30 +0000 (02:13 +0000)
committerChenghua Xu <paulhua@gcc.gnu.org>
Mon, 5 Jun 2017 02:13:30 +0000 (02:13 +0000)
2017-06-05  Chenghua Xu  <paul.hua.gm@gmail.com>

* gcc.target/mips/div-9.c: Delete duplicate test.
* gcc.target/mips/div-10.c: Ditto.
* gcc.target/mips/div-11.c: Ditto.
* gcc.target/mips/div-12.c: Ditto.

From-SVN: r248868

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/div-10.c [deleted file]
gcc/testsuite/gcc.target/mips/div-11.c [deleted file]
gcc/testsuite/gcc.target/mips/div-12.c [deleted file]
gcc/testsuite/gcc.target/mips/div-9.c [deleted file]

index 6246d22fb37d650bea341d9b4e8ffdfe3e22b939..ef8d6389aba68cf1b1d1ea8e14fa0454cece7d2a 100644 (file)
@@ -1,3 +1,10 @@
+2017-06-05  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * gcc.target/mips/div-9.c: Delete duplicate test.
+       * gcc.target/mips/div-10.c: Ditto.
+       * gcc.target/mips/div-11.c: Ditto.
+       * gcc.target/mips/div-12.c: Ditto.
+
 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
 
        * gcc.dg/tree-ssa/attr-hotcold-2.c: Update template.
diff --git a/gcc/testsuite/gcc.target/mips/div-10.c b/gcc/testsuite/gcc.target/mips/div-10.c
deleted file mode 100644 (file)
index fb8953d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-options "-mgp64 (-mips16)" } */
-/* { dg-final { scan-assembler "\tdivu\t" } } */
-/* { dg-final { scan-assembler "\tmflo\t" } } */
-/* { dg-final { scan-assembler-not "\tmfhi\t" } } */
-
-typedef unsigned int SI __attribute__((mode(SI)));
-
-MIPS16 SI
-f (SI x, SI y)
-{
-  return x / y;
-}
diff --git a/gcc/testsuite/gcc.target/mips/div-11.c b/gcc/testsuite/gcc.target/mips/div-11.c
deleted file mode 100644 (file)
index ff12929..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-options "-mgp64 (-mips16)" } */
-/* { dg-final { scan-assembler "\tdiv\t" } } */
-/* { dg-final { scan-assembler-not "\tmflo\t" } } */
-/* { dg-final { scan-assembler "\tmfhi\t" } } */
-
-typedef int SI __attribute__((mode(SI)));
-
-MIPS16 SI
-f (SI x, SI y)
-{
-  return x % y;
-}
diff --git a/gcc/testsuite/gcc.target/mips/div-12.c b/gcc/testsuite/gcc.target/mips/div-12.c
deleted file mode 100644 (file)
index 57866ce..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-options "-mgp64 (-mips16)" } */
-/* { dg-final { scan-assembler "\tdivu\t" } } */
-/* { dg-final { scan-assembler-not "\tmflo\t" } } */
-/* { dg-final { scan-assembler "\tmfhi\t" } } */
-
-typedef unsigned int SI __attribute__((mode(SI)));
-
-MIPS16 SI
-f (SI x, SI y)
-{
-  return x % y;
-}
diff --git a/gcc/testsuite/gcc.target/mips/div-9.c b/gcc/testsuite/gcc.target/mips/div-9.c
deleted file mode 100644 (file)
index 294cc7f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* { dg-options "-mgp64 (-mips16)" } */
-/* { dg-final { scan-assembler "\tdiv\t" } } */
-/* { dg-final { scan-assembler "\tmflo\t" } } */
-/* { dg-final { scan-assembler-not "\tmfhi\t" } } */
-
-typedef int SI __attribute__((mode(SI)));
-
-MIPS16 SI
-f (SI x, SI y)
-{
-  return x / y;
-}