This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: A couple of additional test cases
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 7 Nov 2002 16:26:44 -0800
- Subject: Re: A couple of additional test cases
- References: <20021108001543.GF795@egil.codesourcery.com>
On Thu, Nov 07, 2002 at 04:15:43PM -0800, Zack Weinberg wrote:
> Index: testsuite/gcc.c-torture/execute/va-arg-23.c
> --- testsuite/gcc.c-torture/execute/va-arg-23.c 1 Jan 1970 00:00:00 -0000
> +++ testsuite/gcc.c-torture/execute/va-arg-23.c 8 Nov 2002 00:11:42 -0000
> @@ -0,0 +1,96 @@
> +/* The purpose of this code is to test argument passing of a tuple of
> + 11 integers, with the break point between named and unnamed arguments
> + at every possible position. */
Please consider putting a version of this test into the binary
compatibility test suite at g++.dg/compat, or setting up a similar
directory for C tests; the infrastructure is there for support of
other languages.
Janis