diff options
author | Angela Marie Thomas <angela@cygnus.com> | 2000-07-08 23:55:09 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2000-07-08 23:55:09 +0000 |
commit | 5eaac26c6e069cd3b49ca30069464f92dc1d8eb0 (patch) | |
tree | 83a128e5560f5fecf0b25aa56e08d21872a7b3eb /gcc | |
parent | 5d0bca5b6b52a4aa2419bab10ae7c931b6989810 (diff) | |
download | gcc-5eaac26c6e069cd3b49ca30069464f92dc1d8eb0.zip gcc-5eaac26c6e069cd3b49ca30069464f92dc1d8eb0.tar.gz gcc-5eaac26c6e069cd3b49ca30069464f92dc1d8eb0.tar.bz2 |
c-torture.exp: Make compiler_conditional_xfail_data global.
2000-07-08 Angela Marie Thomas <angela@cygnus.com>
* lib/c-torture.exp: Make compiler_conditional_xfail_data global.
From-SVN: r34930
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/lib/c-torture.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3cddfc7..08a68bb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/lib/c-torture.exp b/gcc/testsuite/lib/c-torture.exp index 05f8965..509cc56 100644 --- a/gcc/testsuite/lib/c-torture.exp +++ b/gcc/testsuite/lib/c-torture.exp @@ -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]; |