This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: New gcc testsuite case
- To: rearnsha at arm dot com
- Subject: Re: New gcc testsuite case
- From: Nick Clifton <nickc at cygnus dot com>
- Date: Fri, 30 Jun 2000 09:48:01 -0700
- CC: gcc-patches at gcc dot gnu dot org, rearnsha at arm dot com
Hi Richard,
: Actually, I think there should be a second (reversed) loop as well...
:
: void
: bar (struct a * b)
: {
: int i;
:
: for (i = 0; i < 1000; i++)
: {
: b->x = b;
: b--;
: }
: }
Done.
Cheers
Nick