This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: testsuite/gcc.dg/20000926-1.c assumes int >= 32 bits
- To: lehotsky at tiac dot net
- Subject: Re: PATCH: testsuite/gcc.dg/20000926-1.c assumes int >= 32 bits
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 10 Jan 2001 14:41:20 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200101101929.OAA04565@iron.>
On Wed, Jan 10, 2001 at 02:29:27PM -0500, lehotsky@tiac.net wrote:
> * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
Or just change the bitfield width to, say, 3. The particular
width used isn't relevant to the test.
r~