================
@@ -27,7 +27,7 @@
: "=r"(ret) \
: "r"(__value) \
: "x30"); \
- ret; \
+ __typeof(__value) ret; \
----------------
asl wrote:
Oh, no, not here :)
https://github.com/llvm/llvm-project/pull/100665