Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around expanded variables.
authorJanis Johnson <janis187@us.ibm.com>
Mon, 5 May 2003 21:59:35 +0000 (21:59 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 5 May 2003 21:59:35 +0000 (21:59 +0000)
commit6ccfe27ca7807e9e467134b4e6695e3659fc5521
tree0cbbf9c1ae26c70095f619b71905d53810520d90
parent10b6a27401cfaff93dbb479de0fea2e49bb6530a
Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around expanded variables.

2003-05-05  Janis Johnson  <janis187@us.ibm.com>

* Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
expanded variables.
* doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
testsuite:
* lib/compat.exp (compat-execute): New argument.
* g++.dg/compat/compat.exp: Pass new argument to compat-execute.
* gcc.dg/compat: New test directory.
* gcc.dg/compat/compat.exp: New expect script.
* gcc.dg/compat/scalar-by-value-1_main.c: New test file.
* gcc.dg/compat/scalar-by-value-1_x.c: New test file.
* gcc.dg/compat/scalar-by-value-1_y.c: New test file.
* gcc.dg/compat/scalar-by-value-2_main.c: New test file.
* gcc.dg/compat/scalar-by-value-2_x.c: New test file.
* gcc.dg/compat/scalar-by-value-2_y.c: New test file.

From-SVN: r66506
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/sourcebuild.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/compat/compat.exp
gcc/testsuite/gcc.dg/compat/compat.exp [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/scalar-by-value-1_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/scalar-by-value-1_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/scalar-by-value-1_y.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/scalar-by-value-2_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/scalar-by-value-2_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/scalar-by-value-2_y.c [new file with mode: 0644]
gcc/testsuite/lib/compat.exp