Re: [PATCH 0/6] tests/tcg/aarch64: Fix inline assemblies for clang

2024-06-27 Thread Akihiko Odaki
On 2024/06/26 23:09, Alex Bennée wrote: Akihiko Odaki writes: Unlike GCC, clang checks if the operands in assembly matches with the type in C. It also does not support "x" constraint for AArch64 and complains about them. When are the test cases ever built with clang? Is this for Arm on Arm

Re: [PATCH 0/6] tests/tcg/aarch64: Fix inline assemblies for clang

2024-06-26 Thread Alex Bennée
Akihiko Odaki writes: > Unlike GCC, clang checks if the operands in assembly matches with the > type in C. It also does not support "x" constraint for AArch64 and > complains about them. When are the test cases ever built with clang? Is this for Arm on Arm testing only? > > Signed-off-by:

[PATCH 0/6] tests/tcg/aarch64: Fix inline assemblies for clang

2024-06-26 Thread Akihiko Odaki
Unlike GCC, clang checks if the operands in assembly matches with the type in C. It also does not support "x" constraint for AArch64 and complains about them. Signed-off-by: Akihiko Odaki --- Akihiko Odaki (6): tests/tcg/arm: Fix fcvt result messages tests/tcg/aarch64: Fix test