diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-07-24 00:36:47 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2004-07-24 00:36:47 +0200 |
commit | 5aa33bdb4f75939b9467a4580aa13bb6997f192c (patch) | |
tree | 6e81a136c9838c5e192cbec549d71cd4f3c193ac /gcc/testsuite/README.compat | |
parent | ec5c28ece1abe76452e1c70918fb44c543b71a81 (diff) | |
download | gcc-5aa33bdb4f75939b9467a4580aa13bb6997f192c.zip gcc-5aa33bdb4f75939b9467a4580aa13bb6997f192c.tar.gz gcc-5aa33bdb4f75939b9467a4580aa13bb6997f192c.tar.bz2 |
Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.
* Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.
testsuite/
* README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
* lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
* gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
* gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
* gcc.dg/compat/generate-random.c: New file.
* gcc.dg/compat/generate-random.h: Likewise.
* gcc.dg/compat/generate-random_r.c: Likewise.
* gcc.dg/compat/struct-layout-1.h: Likewise.
* gcc.dg/compat/struct-layout-1_x1.h: Likewise.
* gcc.dg/compat/struct-layout-1_x2.h: Likewise.
* gcc.dg/compat/struct-layout-1_y1.h: Likewise.
* gcc.dg/compat/struct-layout-1_y2.h: Likewise.
* gcc.dg/compat/struct-layout-1_main.c: New test.
* gcc.dg/compat/struct-layout-1_x.c: New file.
* gcc.dg/compat/struct-layout-1_y.c: New file.
* gcc.dg/compat/struct-layout-1_test.h: New file.
From-SVN: r85098
Diffstat (limited to 'gcc/testsuite/README.compat')
-rw-r--r-- | gcc/testsuite/README.compat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/README.compat b/gcc/testsuite/README.compat index 5295821..b78718f 100644 --- a/gcc/testsuite/README.compat +++ b/gcc/testsuite/README.compat @@ -29,6 +29,11 @@ sets of compiler options. varible ALT_LD_LIBRARY_PATH. If it needs different options to build a shared object, define those in ALT_SHOBJ_OPTIONS. + Normally, only a small amount of compatibility tests is run. + Setting RUN_ALL_COMPAT_TESTS=1 in the environment before running the + testsuite enables running all compatibility tests, but might take + significantly longer than it takes without this variable. + To run only the C++ compatibility tests, optionally specifying an alternate compiler and/or sets of options, do from $objdir/gcc: |