diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c b/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c index 03f23937b96..938fb296b40 100644 --- a/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c +++ b/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c @@ -33,5 +33,5 @@ int main() return 0; } -/* { dg-final { scan-tree-dump "q_., points-to vars: { i j k }" "alias" } } */ +/* { dg-final { scan-tree-dump "q_. = { i j k }" "alias" } } */ /* { dg-final { cleanup-tree-dump "alias" } } */ |