Re: Query regarding execute test 960521-1. c in gcc.c-torture

2005-09-28 Thread Ian Lance Taylor
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

Query regarding execute test 960521-1. c in gcc.c-torture

2005-09-28 Thread Saurabh Verma
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