summaryrefslogtreecommitdiff
path: root/gcc/testsuite/README.compat
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-23 22:36:47 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-23 22:36:47 +0000
commitbecb64f8b3b4251431fbbdbb7691be20eaca4141 (patch)
tree6e81a136c9838c5e192cbec549d71cd4f3c193ac /gcc/testsuite/README.compat
parente755efce8f87ba0b194aab239570f6a0690dc88a (diff)
downloadgcc-becb64f8b3b4251431fbbdbb7691be20eaca4141.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/README.compat')
-rw-r--r--gcc/testsuite/README.compat5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/README.compat b/gcc/testsuite/README.compat
index 5295821c6f4..b78718ff2d6 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: