This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] m68k: Fix uses of curly braces in the assembly output


Hi Andrew,

This patch fixes the problem by using "%{" and "%}" and adding support
for that in print_operand and PRINT_OPERAND_PUNCT_VALID_P.


Couldn't/shouldn't %{/%} be handled in the generic code?

I just did a quick search for %{ and %}. Neither of them seems to occur in assembly output. I'll submit a patch to support %{ and %} in target-independent code.


Kazu Hirata


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]