summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2012-10-11 10:11:37 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-10-11 10:11:37 +0000
commitccf4c02470d81d3dedfe8f86338ab957f8a3b194 (patch)
treece7d27f21333ae30e4bbb611afde11a34caba8fe /gcc
parent92257853d02a1b019b87c3ed14edd63404860a32 (diff)
downloadgcc-ccf4c02470d81d3dedfe8f86338ab957f8a3b194.tar.gz
re PR testsuite/54867 (gcc.dg/pr44194-1.c FAILs)
PR testsuite/54867 * gcc.dg/pr44194-1.c: Tweak regexp to exclude prologue insns. From-SVN: r192350
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/pr44194-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr44194-1.c b/gcc/testsuite/gcc.dg/pr44194-1.c
index 1772a9949d3..8c6547e87f4 100644
--- a/gcc/testsuite/gcc.dg/pr44194-1.c
+++ b/gcc/testsuite/gcc.dg/pr44194-1.c
@@ -15,5 +15,5 @@ void func() {
/* { dg-final { scan-rtl-dump "global deletions = (2|3)" "dse1" } } */
/* { dg-final { cleanup-rtl-dump "dse1" } } */
-/* { dg-final { scan-rtl-dump-not "set \\(mem" "final" } } */
+/* { dg-final { scan-rtl-dump-not "insn \[^\n\]*set \\(mem" "final" } } */
/* { dg-final { cleanup-rtl-dump "final" } } */