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
This commit is contained in:
parent
32ab58b2a0
commit
88d7c4b9c3
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue