Commit 88d7c4b9 by Richard Sandiford Committed by Richard Sandiford

pr44194-1.c: Match "insn " and "insn:", but not "insn/f".

gcc/testsuite/
	* gcc.dg/pr44194-1.c: Match "insn " and "insn:", but not "insn/f".

From-SVN: r206936
parent 32ab58b2
2014-01-22 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.dg/pr44194-1.c: Match "insn " and "insn:", but not "insn/f".
2014-01-22 Ville Voutilainen <ville.voutilainen@gmail.com>
PR c++/59482
......
......@@ -15,5 +15,9 @@ void func() {
/* { dg-final { scan-rtl-dump "global deletions = (2|3)" "dse1" } } */
/* { dg-final { cleanup-rtl-dump "dse1" } } */
/* { dg-final { scan-rtl-dump-not "insn\[^\n\]*set \\(mem(?!\[^\n\]*scratch)" "final" } } */
/* Here we want to ignore frame-related instructions, marked as insn/f,
that do things like store the link register to the stack. We also want
to treat insns the same regardless of whether they have a scheduling
:TI marker, so match both "insn " and "insn:". */
/* { dg-final { scan-rtl-dump-not "insn\[: \]\[^\n\]*set \\(mem(?!\[^\n\]*scratch)" "final" } } */
/* { dg-final { cleanup-rtl-dump "final" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment