> As discussed before there are possibilities -
> ...
>
> we can verify that the value really match in each case:.
>
> That's what I thought I did! Can you please check and see why it doesn't work.
Maybe you forgot to install the patch, as I still hit code like
switch (XWINT (...))
{
case 0:
goto something;
..
}
Honza