Commit 5eaac26c by Angela Marie Thomas Committed by Geoffrey Keating

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
parent 5d0bca5b
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.
......
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment