Commit 2805cc27 by Terry Guo Committed by Xuepeng Guo

wmul-1.c: Adjust optimization level.

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
parent d85087f6
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> 2011-11-06 Joseph Myers <joseph@codesourcery.com>
* g++.dg/cpp0x/alignof3.C, gcc.dg/c1x-align-1.c, * g++.dg/cpp0x/alignof3.C, gcc.dg/c1x-align-1.c,
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target arm_dsp } */ /* { 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) int mac(const short *a, const short *b, int sqr, int *sum)
{ {
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target arm_dsp } */ /* { dg-require-effective-target arm_dsp } */
/* { dg-options "-O2" } */ /* { dg-options "-O1 -fexpensive-optimizations" } */
void vec_mpy(int y[], const short x[], short scaler) void vec_mpy(int y[], const short x[], short scaler)
{ {
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target arm_dsp } */ /* { 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) int mac(const short *a, const short *b, int sqr, int *sum)
{ {
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target arm_dsp } */ /* { 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) int mac(const int *a, const int *b, long long sqr, long long *sum)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment