[arm] Fix gcc.target/arm/pr79058.c
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 19 Jan 2018 09:58:37 +0000 (09:58 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 19 Jan 2018 09:58:37 +0000 (09:58 +0000)
This testcase tests 32-bit ARM state functionality, so add the -marm to make it explicit
as well as to avoid Thumb1 hard-float errors for certain toolchain configurations.

     * gcc.target/arm/pr79058.c: Add arm_arm_ok check and -marm to options.

From-SVN: r256878

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr79058.c

index 114870541f54b4a536e6380a313b6addedd71141..d86316ee909e3b5e154b3dec45871856c0a48e5a 100644 (file)
@@ -1,3 +1,7 @@
+2018-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * gcc.target/arm/pr79058.c: Add arm_arm_ok check and -marm to options.
+
 2018-01-18  John David Anglin  <danglin@gcc.gnu.org>
 
        * gcc.dg/torture/pr52451.c (main): Skip long double test on
index f2841f514df36c2f56f23cb690d56a9a13fb9184..54a1d8aa0072de8387973285a1a9a9adb91abf9f 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target arm_arm_ok } */
 /* { dg-skip-if "do not override -mcpu" { *-*-* } { "-mcpu=*" } { "-mcpu=arm7tdmi" } } */
-/* { dg-options "-Os -mbig-endian -mcpu=arm7tdmi" } */
+/* { dg-options "-Os -mbig-endian -marm -mcpu=arm7tdmi" } */
 
 enum { NILFS_SEGMENT_USAGE_ACTIVE, NILFS_SEGMENT_USAGE_DIRTY } a;