projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9225785
)
re PR testsuite/54867 (gcc.dg/pr44194-1.c FAILs)
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Thu, 11 Oct 2012 10:11:37 +0000
(10:11 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Thu, 11 Oct 2012 10:11:37 +0000
(10:11 +0000)
PR testsuite/54867
* gcc.dg/pr44194-1.c: Tweak regexp to exclude prologue insns.
From-SVN: r192350
gcc/testsuite/gcc.dg/pr44194-1.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/pr44194-1.c
b/gcc/testsuite/gcc.dg/pr44194-1.c
index 1772a9949d3b6df6a2de783a839d16598d31d631..8c6547e87f492776e58003e02c712ef0c51abb48 100644
(file)
--- 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" } } */