diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-20 03:51:02 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-20 03:51:02 +0000 |
commit | e493d55a99eab8bb60bac9719e2b6e301f0e4584 (patch) | |
tree | efa1c18d79c22d24bc6397a6afe0b9bce2ccdcf1 /gcc/testsuite/gcc.dg/format | |
parent | 28d1822f98e2c7abd93ddd1b09804beb48a4fd07 (diff) | |
download | gcc-e493d55a99eab8bb60bac9719e2b6e301f0e4584.tar.gz |
* gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
across all the headers.
* gcc.dg/format/format.exp: For testing on a remote host,
copy format.h.
* gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
* gcc.c-torture/execute/930406-1.c: Likewise.
* gcc.c-torture/execute/comp-goto-1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47194 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/format')
-rw-r--r-- | gcc/testsuite/gcc.dg/format/format.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/format/format.exp b/gcc/testsuite/gcc.dg/format/format.exp index b478fac25c3..b9eaf412292 100644 --- a/gcc/testsuite/gcc.dg/format/format.exp +++ b/gcc/testsuite/gcc.dg/format/format.exp @@ -36,6 +36,11 @@ set TORTURE_OPTIONS [list { } { -DWIDE } ] set torture_with_loops [list { } { -DWIDE } ] set torture_without_loops [list { } { -DWIDE } ] +# Need to copy the format.h header. +if [is_remote host] { + remote_download host $srcdir/$subdir/format.h +} + load_lib gcc-dg.exp dg-init |