Skip to content

Commit

Permalink
2000-07-08 Angela Marie Thomas <angela@cygnus.com>
Browse files Browse the repository at this point in the history
	* lib/c-torture.exp: Make compiler_conditional_xfail_data global.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34930 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
geoffk committed Jul 8, 2000
1 parent 1bcbc37 commit 4f0fdae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/lib/c-torture.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 4f0fdae

Please sign in to comment.