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, testsuite] Require int32 target support in sso tests


On Feb 22, 2016, at 12:41 AM, Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> wrote:
> Could someone commit it for me please? I don't have commit access.

Could you test out:

Index: sso.exp
===================================================================
--- sso.exp	(revision 233611)
+++ sso.exp	(working copy)
@@ -32,6 +32,10 @@ set SSO_TORTURE_OPTIONS [list \
 
 set-torture-options $SSO_TORTURE_OPTIONS
 
+if { ![check_effective_target_int32] } {
+    return
+}
+
 # Main loop.
 gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] "" “”

and let us know if it works for you.  I think this should address Eric’s concerns and yours.


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