diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/loop-4.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-4.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-4.c index 147a343eff0..6a6b97d9925 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-4.c @@ -32,9 +32,9 @@ void xxx(void) -- induction variable with base 0, the memory access of form *(iv + &arr_base[0].y) = ... - In any case, we should not have 'arr_base.[^0].* =' */ + In any case, we should not have 'arr_base[.*] =' */ -/* { dg-final { scan-tree-dump-times "arr_base.\[^0\]\[^\\n\\r\]*=" 0 "vars" } } */ +/* { dg-final { scan-tree-dump-times "arr_base\[.*\]\.y =" 0 "vars" } } */ /* And the original induction variable should be eliminated. */ |

