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: grahams at redhat dot com (Graham Stott)
- Subject: Re: bug fix for g++.old-deja/g++.brendan/new2.C
- From: Joern Rennecke <amylaar at cambridge dot redhat dot com>
- Date: Wed, 31 Jan 2001 13:37:12 +0000 (GMT)
- Cc: amylaar at cambridge dot redhat dot com (Joern Rennecke),gcc-patches at gcc dot gnu dot org
> 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.