Hi I'ts me againe) And againe strange bug!![]()
this code not compilated ( Unreachable code )
int f()
{
return 0;;
}
Edited by Andreas Jonsson, 24 January 2013 - 05:31 PM.
Posted 24 January 2013 - 01:11 PM
C0lumbo is correct.
However, I'll check it out anyway. The compiler should ideally see that the second semicolon doesn't generate any code and thus not complain about unreachable code.
Posted 24 January 2013 - 05:28 PM
Fixed in revision 1536.
Regards,
Andreas