Saurabh Verma <[EMAIL PROTECTED]> writes:
> i had a query regarding testcase gcc.c-torture/execute/960521-1.c [Link
> below]. The testcase does the following:
> i) mallocs two integer arrays a and b of size n each
>ii) *b=0 and increment b
> {lets call the new
hi,
i had a query regarding testcase gcc.c-torture/execute/960521-1.c [Link
below]. The testcase does the following:
i) mallocs two integer arrays a and b of size n each
ii) *b=0 and increment b
{lets call the new b as bnew, and the old b as bold, so