On Wed, Nov 14, 2018 at 12:37:05PM +0000, Wilco Dijkstra wrote:
> +/* { dg-final { scan-assembler-not { dup } } } */
> +/* { dg-final { scan-assembler-not { fmov } } } */

{ dup }   is the same as   " dup "  , that is, with spaces and all.
I don't think you want that (there usually is a tab character before
mnemonics, so \s would work better, or use \m and \M.  Or nothing,
just delete the spaces, if you are sure nothing in the generated
assembler code says "dup").


Segher

Reply via email to