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
This commit is contained in:
parent
5d0bca5b6b
commit
5eaac26c6e
@ -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.
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user