Richi,

We noticed three problems with the place_field on the wide-int branch. They come from problems on the trunk. So i assume you want me to fix the trunk and push back into the branch. The question is how do you want them fixed?

1) at line 1198, rli->offset is tested as an unsigned int and used as a signed int on line 1203.
2) The same mistake is made on lines 1241 and 1247.
3) at line 1303, TYPE_SIZE (type) is tested as a signed int and used as an unsigned int on line 1313.

They can be fixed by you saying if they are really signed or unsigned or we can just convert them to double-int and push the change as addr wide-ints to the branch.

Kenny

Reply via email to