This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ARM] Cleanup attr_thumb-static2.c test directives



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
 {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]