On Sat, Feb 9, 2013 at 3:21 AM, Jakub Jelinek <ja...@redhat.com> wrote: > Hi! > > When old mnemonics support has been dropped, the ASSEMBLER_DIALECT > macro has been removed also. This has unfortunate effect that > projects that used {|} in inline asm for ppc no longer compile, as the > {, | and } characters are now passed through to the assembler. > > This patch defines ASSEMBLER_DIALECT again to fix this. > > Bootstrapped/regtested on powerpc-linux and powerpc64-linux, ok for trunk? > > 2013-02-09 Jakub Jelinek <ja...@redhat.com> > > PR target/56256 > * config/rs6000/rs6000.h (ASSEMBLER_DIALECT): Define. > > * gcc.target/powerpc/pr56256.c: New test.
Okay. Thanks, David