diff mbox

[ARM] Cleanup attr_thumb-static2.c test directives

Message ID 560BB89B.7050808@st.com
State New
Headers show

Commit Message

Christian Bruel Sept. 30, 2015, 10:25 a.m. UTC
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

Comments

Kyrylo Tkachov Oct. 5, 2015, 10:39 a.m. UTC | #1
Hi Christian,

On 30/09/15 11:25, Christian Bruel wrote:
>
> 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 :-)
>

This is ok.

Thanks,
Kyrill

> Christian
>
diff mbox

Patch

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
 {