This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, ARM] Cleanup attr_thumb-static2.c test directives
- From: Christian Bruel <christian dot bruel at st dot com>
- To: <kyrylo dot tkachov at arm dot com>, <Ramana dot Radhakrishnan at arm dot com>, <Richard dot Earnshaw at foss dot arm dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 30 Sep 2015 12:25:31 +0200
- Subject: Re: [PATCH, ARM] Cleanup attr_thumb-static2.c test directives
- Authentication-results: sourceware.org; auth=none
- References: <560B9E42 dot 7040004 at st dot com>
On 09/30/2015 10:48 AM, Christian Bruel wrote:
> Change the test directive to avoid the awkward thumb1 useless skip and
> relax the required platform
>
> Passes for arm-eabi-none with default configure options.
>
sorry, resent clear :-)
Christian
2015-09-29 Christian Bruel <christian.bruel@st.com>
* gcc.target/arm/attr_thumb-static2.c: Cleanup directives.
Index: gcc/testsuite/gcc.target/arm/attr_thumb-static2.c
===================================================================
--- gcc/testsuite/gcc.target/arm/attr_thumb-static2.c (revision 228279)
+++ gcc/testsuite/gcc.target/arm/attr_thumb-static2.c (working copy)
@@ -1,8 +1,8 @@
-/* Check that interwork between static functions is correctly resolved. */
+/* Check interwork between static functions for thumb2. */
-/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
-/* { dg-options "-O0 -march=armv7-a -mfloat-abi=hard" } */
/* { dg-do compile } */
+/* { dg-require-effective-target arm_arch_v7a_ok } */
+/* { dg-options "-O0 -march=armv7-a" } */
struct _NSPoint
{