Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20040907-1.c
blobd1dd6f22ddccd400216f29a89d203ca492d4ca3d
1 void ProdWord_bla ( gtL, gtRes, lnL )
2 int *gtL, *gtRes;
3 int lnL;
5 while ( 1 < lnL )
7 *gtRes++ = *gtL++;
8 --lnL;
10 if ( 0 < lnL )
11 if ( gtL[0] == gtL[1] )
12 *gtRes++ = 0;