Commit 135b6fa4 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

re PR middle-end/45416 (Code size regression from 4.4 for ARM)



2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

       PR middle-end/45416
        * gcc.dg/pr45416.c: Skip if Thumb1. Handle ubfx.

From-SVN: r183446
parent 1beb5272
2012-01-23 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
PR middle-end/45416
* gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
2012-01-23 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51398
......
/* { dg-do compile } */
/* { dg-skip-if "Skip for Thumb1." { { arm*-*-* } && { arm_thumb1_ok } } { "*" } { "" } } */
/* { dg-options "-O2" } */
int foo(long long a)
......@@ -10,5 +11,5 @@ int foo(long long a)
/* { dg-final { scan-assembler "andl" { target i?86-*-linux* x86_64-*-linux* } } } " */
/* { dg-final { scan-assembler-not "setne" { target i?86-*-linux* x86_64-*-linux* } } }" */
/* { dg-final { scan-assembler "and" { target arm*-*-* } } }" */
/* { dg-final { scan-assembler "and|ubfx" { target arm*-*-* } } } */
/* { dg-final { scan-assembler-not "moveq" { target arm*-*-* } } }" */
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