On 30 January 2018 at 09:28, Sameera Deshpande
wrote:
> On 30-Jan-2018 2:37 AM, "Richard Sandiford"
> wrote:
>
> Sameera Deshpande writes:
>> Hi!
>>
>> I am seeing multiple assembler errors with error message "Error:
>> conditional branch out of range" for customer code.
>>
>> The root cause of
On 30-Jan-2018 2:37 AM, "Richard Sandiford"
wrote:
Sameera Deshpande writes:
> Hi!
>
> I am seeing multiple assembler errors with error message "Error:
> conditional branch out of range" for customer code.
>
> The root cause of the bug is that conditional branches are generated
> whose branch ta
Sameera Deshpande writes:
> Hi!
>
> I am seeing multiple assembler errors with error message "Error:
> conditional branch out of range" for customer code.
>
> The root cause of the bug is that conditional branches are generated
> whose branch target ends up being too far away to be encoded in the
Hi!
I am seeing multiple assembler errors with error message "Error:
conditional branch out of range" for customer code.
The root cause of the bug is that conditional branches are generated
whose branch target ends up being too far away to be encoded in the
instruction. It appears that there was