diff options
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]; |