I have upgraded my GCC compiler from 4.1.2 to 4.8.3, When i compile my source code with 4.8.3 version i am facing below issue.
Error: iteration 8u invokes undefined behavior [-Werror=aggressive-loop-optimizations]
{
uint index;
for ( index =0 ; index<BLOCK_SIZE; index++)
ltoP->kdlllp= riv64[7-index];
}
Can any one please help me in resolving this issue?