From: Chenghua Xu Date: Wed, 17 May 2017 02:11:09 +0000 (+0000) Subject: reorgbug-1.c: Don't specify -O2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc36d2b7aea6437d579ac1df84278e24c7f15485;p=gcc.git reorgbug-1.c: Don't specify -O2. 2017-05-17 Chenghua Xu gcc/testsuite/ * gcc.target/mips/reorgbug-1.c: Don't specify -O2. From-SVN: r248137 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9572cc49ba9..dea167f61a5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-05-17 Chenghua Xu + + * gcc.target/mips/reorgbug-1.c: Don't specify -O2. + 2017-05-16 James Greenhalgh Bill Schmidt diff --git a/gcc/testsuite/gcc.target/mips/reorgbug-1.c b/gcc/testsuite/gcc.target/mips/reorgbug-1.c index b820a2b5df1..9537d215b99 100644 --- a/gcc/testsuite/gcc.target/mips/reorgbug-1.c +++ b/gcc/testsuite/gcc.target/mips/reorgbug-1.c @@ -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;