c-torture.exp: Make compiler_conditional_xfail_data global.
authorAngela Marie Thomas <angela@cygnus.com>
Sat, 8 Jul 2000 23:55:09 +0000 (23:55 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 8 Jul 2000 23:55:09 +0000 (23:55 +0000)
2000-07-08  Angela Marie Thomas <angela@cygnus.com>

* lib/c-torture.exp: Make compiler_conditional_xfail_data global.

From-SVN: r34930

gcc/testsuite/ChangeLog
gcc/testsuite/lib/c-torture.exp

index 3cddfc75d12f49da3c065bf04c46507eda3e70b3..08a68bbb01624bfd9aa3fe64351868c119d79751 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-08  Angela Marie Thomas <angela@cygnus.com>
+
+       * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
+
 2000-07-09  Neil Booth  <NeilB@earthling.net>
 
        * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
index 05f8965253a31b0d43b32e149dc22eaf13db43b3..509cc5676db41ccfff70cb809f78105ab35a862b 100644 (file)
@@ -99,7 +99,7 @@ proc c-torture-compile { src option } {
 # to more than 14 chars.
 #
 proc c-torture-execute { src args } {
-    global tmpdir tool srcdir output
+    global tmpdir tool srcdir output compiler_conditional_xfail_data
 
     if { [llength $args] > 0 } {
        set additional_flags [lindex $args 0];