struct-by-value-5a_main.c, [...]: New files.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 7 Apr 2004 00:58:40 +0000 (00:58 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 7 Apr 2004 00:58:40 +0000 (00:58 +0000)
commit136726404100714571f32e9b5f6ae4077db11212
tree28bec7ca8ca84f147744318adec674f475cbac0a
parentd9a91b55453daeadbf1f87ab1297e06cc07cb85c
struct-by-value-5a_main.c, [...]: New files.

* gcc.dg/compat/struct-by-value-5a_main.c,
gcc.dg/compat/struct-by-value-5b_main.c: New files.
* gcc.dg/compat/struct-by-value-5_main.c: Delete.
* gcc.dg/compat/struct-by-value-5a_x.c,
gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
gcc.dg/compat/struct-by-value-5_x.c.
* gcc.dg/compat/struct-by-value-5a_y.c,
gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
gcc.dg/compat/struct-by-value-5_y.c.

* gcc.dg/compat/struct-by-value-6a_main.c,
gcc.dg/compat/struct-by-value-6b_main.c: New files.
* gcc.dg/compat/struct-by-value-6_main.c: Delete.
* gcc.dg/compat/struct-by-value-6a_x.c,
gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
gcc.dg/compat/struct-by-value-6_x.c.
* gcc.dg/compat/struct-by-value-6a_y.c,
gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
gcc.dg/compat/struct-by-value-6_y.c.

* gcc.dg/compat/struct-by-value-7a_main.c,
gcc.dg/compat/struct-by-value-7b_main.c: New files.
* gcc.dg/compat/struct-by-value-7_main.c: Delete.
* gcc.dg/compat/struct-by-value-7a_x.c,
gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
gcc.dg/compat/struct-by-value-7_x.c.
* gcc.dg/compat/struct-by-value-7a_y.c,
gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
gcc.dg/compat/struct-by-value-7_y.c.

From-SVN: r80472
28 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/struct-by-value-5_main.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-5_x.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-5_y.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-5a_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-5a_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-5a_y.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-5b_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-5b_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-5b_y.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-6_main.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-6_x.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-6_y.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-6a_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-6a_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-6a_y.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-6b_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-6b_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-6b_y.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-7_main.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-7_x.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-7_y.c [deleted file]
gcc/testsuite/gcc.dg/compat/struct-by-value-7a_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-7a_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-7a_y.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-7b_main.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-7b_x.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/compat/struct-by-value-7b_y.c [new file with mode: 0644]