Compiler (amd64): Fixed bug in F_POS_INT_INDEX. The range check in F_POS_INT_INDEX used the wrong comparison opcode which caused indexing of arrays with their size to be allowed. Added some corresponding tests to the testsuite. Thanks to Stewa for the report.