On Tue, Oct 15, 2019 at 11:52:26AM +0200, Andreas Schwab wrote: > On Okt 15 2019, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > > > Please use > > /* { dg-final { scan-assembler "\mbl vadd_no_vsx\M" } } */ > > ITYM > > /* { dg-final { scan-assembler {\mbl vadd_no_vsx\M} } } */
Ha yes, thanks :-) That's the problem with cut-and-paste (which is also the cause of all these strange dg lines, I think). Segher