https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576
Hongtao.liu <crazylht at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crazylht at gmail dot com --- Comment #4 from Hongtao.liu <crazylht at gmail dot com> --- constraint "i" + "%p0"? asm (".pushsection .xxx,\"aw\"; .dc.a %p0; .popsection" :: "i"(addr)); // supported on aarch64 and riscv asm (".pushsection .xxx,\"aw\"; .dc.a %p0; .popsection" :: "i"(&var)); // supported on aarch64