attr-align1.c: Skip if M-profile.
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Mon, 21 Mar 2016 15:58:41 +0000 (15:58 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Mon, 21 Mar 2016 15:58:41 +0000 (15:58 +0000)
2016-03-21  Andre Vieira  <andre.simoesdiasvieira@arm>

    gcc/testsuite/
    * gcc.target/arm/attr-align1.c: Skip if M-profile.
    * gcc.target/arm/attr-align3.c: Likewise.
    * gcc.target/arm/attr_arm.c: Likewise.
    * gcc.target/arm/flip-thumb.c: Likewise.

From-SVN: r234373

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/attr-align1.c
gcc/testsuite/gcc.target/arm/attr-align3.c
gcc/testsuite/gcc.target/arm/attr_arm.c
gcc/testsuite/gcc.target/arm/flip-thumb.c

index 77fbafc0bcb7b1ec4d4c0819f9f577d496553e97..9bb36d3dcc45e7159638239277ca3eddbc3fe4b0 100644 (file)
@@ -1,3 +1,10 @@
+2016-03-21  Andre Vieira  <andre.simoesdiasvieira@arm>
+
+       * gcc.target/arm/attr-align1.c: Skip if M-profile.
+       * gcc.target/arm/attr-align3.c: Likewise.
+       * gcc.target/arm/attr_arm.c: Likewise.
+       * gcc.target/arm/flip-thumb.c: Likewise.
+
 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/70296
index 96d29a9eed5a81306cb90393a2eb4fe7236ae50b..a53f16706860b69fcc60071b818fbc9f89fc33c7 100644 (file)
@@ -2,6 +2,7 @@
    Verify alignment when both attribute optimize and target are used.  */
 /* { dg-do compile } */
 /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
+/* { dg-skip-if "" arm_cortex_m } */
 
 void
 __attribute__ ((target ("arm")))
index edcf64b45e053eca4ae5f0be2de3afd7b674f464..593d7fbc2b999d264cb06f54363c471480117f32 100644 (file)
@@ -2,6 +2,7 @@
    Verify alignment when attribute target is used.  */
 /* { dg-do compile } */
 /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
+/* { dg-skip-if "" arm_cortex_m } */
 /* { dg-options "-Os -mthumb" }  */
 
 /* Check that arm code is always 4 bytes aligned.  */
index f5c70ef690fc68425e0c4a0f458cd73ebde2f0ab..d765d121e2965a440234a1793688bc97aa60d831 100644 (file)
@@ -1,5 +1,6 @@
 /* Check that attribute target arm is recognized.  */
 /* { dg-do compile } */
+/* { dg-skip-if "" arm_cortex_m } */
 /* { dg-final { scan-assembler "\\.arm" } } */
 /* { dg-final { scan-assembler-not "\\.thumb_func" } } */
 
index 355d66377558d9007f58056180940122fcf148e0..4bbe546b6325b2cbc9f9b7f7c52c29815c231916 100644 (file)
@@ -2,6 +2,7 @@
 /* { dg-do compile } */
 /* Make sure the current multilib supports thumb.  */
 /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
+/* { dg-skip-if "" arm_cortex_m } */
 /* { dg-options "-O2 -mflip-thumb -mno-restrict-it" } */
 /* { dg-final { scan-assembler "\\.arm" } } */
 /* { dg-final { scan-assembler-times "\\.thumb_func" 1} } */