diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-23 22:36:47 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-23 22:36:47 +0000 |
| commit | becb64f8b3b4251431fbbdbb7691be20eaca4141 (patch) | |
| tree | 6e81a136c9838c5e192cbec549d71cd4f3c193ac /gcc/testsuite/gcc.dg/compat/struct-layout-1_test.h | |
| parent | e755efce8f87ba0b194aab239570f6a0690dc88a (diff) | |
| download | ppe42-gcc-becb64f8b3b4251431fbbdbb7691be20eaca4141.tar.gz ppe42-gcc-becb64f8b3b4251431fbbdbb7691be20eaca4141.zip | |
* 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/gcc.dg/compat/struct-layout-1_test.h')
| -rw-r--r-- | gcc/testsuite/gcc.dg/compat/struct-layout-1_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/compat/struct-layout-1_test.h b/gcc/testsuite/gcc.dg/compat/struct-layout-1_test.h new file mode 100644 index 00000000000..697d6b7c429 --- /dev/null +++ b/gcc/testsuite/gcc.dg/compat/struct-layout-1_test.h @@ -0,0 +1 @@ +T(0,enum E2 a:31;,B(0,a,e2_m1,e2_0)) |

