https://sourceware.org/bugzilla/show_bug.cgi?id=25750
--- Comment #4 from Jian Cai <caij2003 at gmail dot com> --- Sorry I just realized my question was misleading. What I really meant was if vararg would work on a macro taking as input multiple directives with arguments, such as the one below. vararg seemed to not work with such case in my experiment. .macro foo insn1, insn2 \insn1 \insn2 .endm foo .section .sec1 foo .section .sec2 -- You are receiving this mail because: You are on the CC list for the bug.