This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: bug fix for g++.old-deja/g++.brendan/new2.C
- To: Joern Rennecke <amylaar at cambridge dot redhat dot com>
- Subject: Re: bug fix for g++.old-deja/g++.brendan/new2.C
- From: Jason Merrill <jason at redhat dot com>
- Date: 31 Jan 2001 14:27:06 +0000
- Cc: grahams at redhat dot com (Graham Stott), gcc-patches at gcc dot gnu dot org
- References: <200101311337.f0VDbCj32450@phal.cambridge.redhat.com>
>>>>> "Joern" == Joern Rennecke <amylaar@cambridge.redhat.com> writes:
>> Any reason you don't use sizeof (int) and 2 * sizeof (int) respectively?
> This would be more intrusive, i.e. extra arithmetic would have to be
> performed. I don't know if that would matter for this test, so I kept on
> the safe side.
Please do change the test to use sizeof.
Jason