This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] m68k: Fix uses of curly braces in the assembly output
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Kazu Hirata" <kazu at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, law at redhat dot com, schwab at suse dot de
- Date: Sun, 7 Oct 2007 13:19:08 -0700
- Subject: Re: [patch] m68k: Fix uses of curly braces in the assembly output
- References: <200710071911.l97JB5jL012424@sparrowhawk.codesourcery.com>
On 10/7/07, Kazu Hirata <kazu@codesourcery.com> wrote:
> 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?
Thanks,
Andrew Pinski