Allow tree-ssa.exp to be run by itself
authorAndrew Pinski <apinski@marvell.com>
Mon, 20 Jan 2020 22:10:32 +0000 (22:10 +0000)
committerAndrew Pinski <apinski@marvell.com>
Wed, 22 Jan 2020 20:44:07 +0000 (20:44 +0000)
tree-ssa testcases sometimes check autovect effective target
but does not set it up.  On MIPS, those testcases fail with
some TCL error messages.  This fixes the issue by calling
check_vect_support_and_set_flags inside tree-ssa.exp.
There might be other .exp files which need to be done this
way too but I have not checked all of them.

Tested on x86_64-linux-gnu and a cross to mips64-octeon-linux-gnu.
Both full run of the testsuite and running tree-ssa.exp by itself.

testsuite/ChangeLog:
* tree-ssa.exp: Set DEFAULT_VECTCFLAGS and DEFAULT_VECTCFLAGS.
Call check_vect_support_and_set_flags also.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp

index c11a68d8562c0a5149b2e8cbfe969920a4472630..9a87cfe595bf41ec2c78487335f9b0cc728e81d9 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-22  Andrew Pinski  <apinski@marvell.com>
+
+       * tree-ssa.exp: Set DEFAULT_VECTCFLAGS and DEFAULT_VECTCFLAGS.
+       Call check_vect_support_and_set_flags also.
+
 2020-01-22  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/93378
index 7d262ffd0fb5965718ed04a60ed757ef7dbbc428..464fef628f80f2a5e014aa7936ac2e42565a9c8f 100644 (file)
 # Load support procs.
 load_lib gcc-dg.exp
 
+# Set up flags used for tests that don't specify options.
+global DEFAULT_VECTCFLAGS
+set DEFAULT_VECTCFLAGS ""
+
+# Set up a list of effective targets to run vector tests for all supported
+# targets.
+global EFFECTIVE_TARGETS
+set EFFECTIVE_TARGETS ""
+
+check_vect_support_and_set_flags
+
 # If a testcase doesn't have special options, use these.
 global DEFAULT_CFLAGS
 if ![info exists DEFAULT_CFLAGS] then {