On 5/20/25 3:06 AM, LIU Hao wrote:
在 2025-5-13 17:18, LIU Hao 写道:
Hello,

Attached is a patch for PR 53929, but is also required by PR 80881.

Ping.

Also I just notice that Clang also quotes mangled MSVC++ symbols in this way, at least since Clang 3.5, so it's accepted by both GAS and LLVM:
(https://gcc.godbolt.org/z/9xjKb4YP6)

     ```
     "??0foo@@QEAA@XZ":
         mov     rax, rcx
         mov     ecx, dword ptr [rip + "?init@foo@@2HA"]
         mov     dword ptr [rax], ecx
         ret
     ```




Pushed to master branch, thanks.

Reply via email to