reorgbug-1.c: Don't specify -O2.

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
This commit is contained in:
Chenghua Xu 2017-05-17 02:11:09 +00:00 committed by Chenghua Xu
parent 3fbab4ea42
commit bc36d2b7ae
2 changed files with 5 additions and 1 deletions

View 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>

View 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;