Theodore Dubois writes:
> ping http://patchwork.ozlabs.org/patch/786393/
Applied to tct-tests/next with another patch to work around enterq.
Sorry for the delay.
>
> ~Theodore
>
>> On Jul 10, 2017, at 1:57 PM, Theodore Dubois wrote:
>>
>> Clang's assembler is slightly incompatible with GCC's
ping http://patchwork.ozlabs.org/patch/786393/
~Theodore
> On Jul 10, 2017, at 1:57 PM, Theodore Dubois wrote:
>
> Clang's assembler is slightly incompatible with GCC's assembler, which
> caused the program to not compile on Clang for these reasons:
>
> - The "q" constraint was specified for
On 11/07/2017 00:13, Theodore Dubois wrote:
> I don’t believe so, I haven’t been able to find it in the bug database.
This is now https://bugs.llvm.org/show_bug.cgi?id=33741.
Paolo
> ~Theodore
>
>> On Jul 10, 2017, at 2:48 PM, Paolo Bonzini wrote:
>>
>> On 10/07/2017 22:57, Theodore Dubois wro
I don’t believe so, I haven’t been able to find it in the bug database.
~Theodore
> On Jul 10, 2017, at 2:48 PM, Paolo Bonzini wrote:
>
> On 10/07/2017 22:57, Theodore Dubois wrote:
>> - Clang doesn't support size suffixes on the loop instructions.
>
> Has this bug been reported?
>
> Paolo
>
On 10/07/2017 22:57, Theodore Dubois wrote:
> - Clang doesn't support size suffixes on the loop instructions.
Has this bug been reported?
Paolo
Clang's assembler is slightly incompatible with GCC's assembler, which
caused the program to not compile on Clang for these reasons:
- The "q" constraint was specified for an argument to the set
instruction, which didn't work because Clang chose the esi register,
which has no 8-bit form