reorgbug-1.c: Don't specify -O2.
authorChenghua Xu <paul.hua.gm@gmail.com>
Wed, 17 May 2017 02:11:09 +0000 (02:11 +0000)
committerChenghua Xu <paulhua@gcc.gnu.org>
Wed, 17 May 2017 02:11:09 +0000 (02:11 +0000)
2017-05-17  Chenghua Xu  <paul.hua.gm@gmail.com>

gcc/testsuite/
    * gcc.target/mips/reorgbug-1.c: Don't specify -O2.

From-SVN: r248137

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/reorgbug-1.c

index 9572cc49ba98aaf96ee845f4d00f5647892ad913..dea167f61a5fc2a977bc927f917c8d6555283bae 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-17  Chenghua Xu  <paul.hua.gm@gmail.com>
+
+       * gcc.target/mips/reorgbug-1.c: Don't specify -O2.
+
 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
            Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
index b820a2b5df13ab594e58b691102700f54a6b538b..9537d215b99977e1b8b3534cd019c30c70776f5b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -msoft-float -mips2" } */
+/* { dg-options "-msoft-float -mips2" } */
 
 typedef long int __int32_t;
 typedef long unsigned int __uint32_t;