Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: gcc/gcc/testsuite/lib/compat.exp

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/lib/c-torture.exp ('k') | gcc/gcc/testsuite/lib/dg-pch.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]
« no previous file with comments | « gcc/gcc/testsuite/lib/c-torture.exp ('k') | gcc/gcc/testsuite/lib/dg-pch.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698