pr64616.c: Test dump rather than assembly to work accross ARM targets.

2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
    accross ARM targets.

From-SVN: r223001
This commit is contained in:
Thomas Preud'homme 2015-05-11 10:45:25 +00:00 committed by Thomas Preud'homme
parent 625ffab6c1
commit 95cfc3357d
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-05-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gcc.target/arm/pr64616.c: Test dump rather than assembly to work
accross ARM targets.
2015-05-11 Christian Bruel <christian.bruel@st.com>
* config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -fdump-rtl-cprop2" } */
int f (int);
unsigned int glob;
@ -11,4 +11,5 @@ g ()
glob = 5;
}
/* { dg-final { scan-assembler-times "ldr" 2 } } */
/* { dg-final { scan-rtl-dump "GLOBAL COPY-PROP" "cprop2" } } */
/* { dg-final { cleanup-rtl-dump "cprop2" } } */