Index: gcc/gcc/testsuite/lib/compat.exp |
diff --git a/gcc/gcc/testsuite/lib/compat.exp b/gcc/gcc/testsuite/lib/compat.exp |
index a4ec3601e562aad0225b14e894085e86c66a44b3..84053f3ecbd7f99a01e11f1cb3a25f4de01f1c5e 100644 |
--- a/gcc/gcc/testsuite/lib/compat.exp |
+++ b/gcc/gcc/testsuite/lib/compat.exp |
@@ -48,7 +48,7 @@ if ![info exists COMPAT_OPTIONS] { |
[list {} {}]] |
} |
-set option_list $COMPAT_OPTIONS |
+set compat_option_list $COMPAT_OPTIONS |
# Subsets of tests can be selectively disabled by members of this list: |
# - ATTRIBUTE: disable all tests using the __attribute__ extension, |
@@ -245,7 +245,7 @@ proc compat-get-options { src } { |
# |
proc compat-execute { src1 sid use_alt } { |
global srcdir tmpdir |
- global option_list |
+ global compat_option_list |
global tool |
global verbose |
global testcase |
@@ -328,7 +328,7 @@ proc compat-execute { src1 sid use_alt } { |
# Loop through all of the option lists used for this test. |
set count 0 |
- foreach option_pair $option_list { |
+ foreach option_pair $compat_option_list { |
# Pick out each set of options. |
set tst_option [lindex $option_pair 0] |