From: Tamar Christina Date: Mon, 12 Feb 2018 12:52:29 +0000 (+0000) Subject: re PR target/82641 (Unable to enable crc32 for a certain function with target attribu... X-Git-Tag: basepoints/gcc-9~1266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cc0b650e2f04d546330b08154910d84c43d8da;p=thirdparty%2Fgcc.git re PR target/82641 (Unable to enable crc32 for a certain function with target attribute on ARM (aarch32)) 2018-02-12 Tamar Christina PR target/82641 * gcc.target/arm/pragma_arch_switch_2.c: Use armv5te. From-SVN: r257586 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 539ff3ec803d..c8621e1cb8db 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-02-12 Tamar Christina + + PR target/82641 + * gcc.target/arm/pragma_arch_switch_2.c: Use armv5te. + 2018-02-12 Paolo Bonzini PR sanitizer/84307 diff --git a/gcc/testsuite/gcc.target/arm/pragma_arch_switch_2.c b/gcc/testsuite/gcc.target/arm/pragma_arch_switch_2.c index 7f297557d555..b6211f94c377 100644 --- a/gcc/testsuite/gcc.target/arm/pragma_arch_switch_2.c +++ b/gcc/testsuite/gcc.target/arm/pragma_arch_switch_2.c @@ -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)