wmul-1.c: Adjust optimization level.
authorTerry Guo <terry.guo@arm.com>
Mon, 7 Nov 2011 02:20:35 +0000 (02:20 +0000)
committerXuepeng Guo <xguo@gcc.gnu.org>
Mon, 7 Nov 2011 02:20:35 +0000 (02:20 +0000)
2011-11-07  Terry Guo  <terry.guo@arm.com>

        * gcc.target/arm/wmul-1.c: Adjust optimization level.
        * gcc.target/arm/wmul-2.c: Ditto.
        * gcc.target/arm/wmul-3.c: Ditto.
        * gcc.target/arm/wmul-4.c: Ditto.

From-SVN: r181062

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/wmul-1.c
gcc/testsuite/gcc.target/arm/wmul-2.c
gcc/testsuite/gcc.target/arm/wmul-3.c
gcc/testsuite/gcc.target/arm/wmul-4.c

index 62f76f9..fc0938c 100644 (file)
@@ -1,3 +1,10 @@
+2011-11-07  Terry Guo  <terry.guo@arm.com>
+
+       * gcc.target/arm/wmul-1.c: Adjust optimization level.
+       * gcc.target/arm/wmul-2.c: Ditto.
+       * gcc.target/arm/wmul-3.c: Ditto.
+       * gcc.target/arm/wmul-4.c: Ditto.
+
 2011-11-06  Joseph Myers  <joseph@codesourcery.com>
 
        * g++.dg/cpp0x/alignof3.C, gcc.dg/c1x-align-1.c,
index 426c939..ddddd50 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_dsp } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O1 -fexpensive-optimizations" } */
 
 int mac(const short *a, const short *b, int sqr, int *sum)
 {
index 898b5f0..2ea55f9 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_dsp } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O1 -fexpensive-optimizations" } */
 
 void vec_mpy(int y[], const short x[], short scaler)
 {
index 83f73fb..144b553 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_dsp } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O1 -fexpensive-optimizations" } */
 
 int mac(const short *a, const short *b, int sqr, int *sum)
 {
index a297bda..68f9866 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_dsp } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O1 -fexpensive-optimizations" } */
 
 int mac(const int *a, const int *b, long long sqr, long long *sum)
 {