re PR target/82641 (Unable to enable crc32 for a certain function with target attribu...
authorTamar Christina <tamar.christina@arm.com>
Mon, 12 Feb 2018 12:52:29 +0000 (12:52 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Mon, 12 Feb 2018 12:52:29 +0000 (12:52 +0000)
2018-02-12  Tamar Christina  <tamar.christina@arm.com>

PR target/82641
* gcc.target/arm/pragma_arch_switch_2.c: Use armv5te.

From-SVN: r257586

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

index 539ff3ec803d27237f9083285a8fda8d248b8277..c8621e1cb8dbd2dc0da5a8920254b5432c1e224e 100644 (file)
@@ -1,3 +1,8 @@
+2018-02-12  Tamar Christina  <tamar.christina@arm.com>
+
+       PR target/82641
+       * gcc.target/arm/pragma_arch_switch_2.c: Use armv5te.
+
 2018-02-12  Paolo Bonzini  <bonzini@gnu.org>
 
        PR sanitizer/84307
index 7f297557d555fd139a3b804d354117239a78ae62..b6211f94c377e3b1c0ba6c24203434ca8b550c3b 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-skip-if "instruction not valid on thumb" { *-*-* } { "-mthumb" } { "" } } */
 /* { dg-do assemble } */
 /* { dg-require-effective-target arm_arm_ok } */
-/* { dg-additional-options "-Wall -O2 -march=armv5t -std=gnu99 -marm" } */
+/* { dg-additional-options "-Wall -O2 -march=armv5te -std=gnu99 -marm" } */
 
 #pragma GCC target ("arch=armv6")
 int test_assembly (int hi, int lo)