From 664416bc5a37b2add4329af73233ee3c8a15f477 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Mon, 20 May 2019 16:58:53 +0200 Subject: [PATCH] Tweak gcc.dg/torture/pta-ptrarith-3.c 2019-05-20 Marc Glisse * gcc.dg/torture/pta-ptrarith-3.c: Relax the matched pattern. From-SVN: r271423 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3efb1f24136..b5a8235d4c1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-05-20 Marc Glisse + + * gcc.dg/torture/pta-ptrarith-3.c: Relax the matched pattern. + 2019-05-20 Iain Sandoe PR testsuite/58321 diff --git a/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c b/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c index b952f11cece..70829375c0c 100644 --- a/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c +++ b/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c @@ -33,4 +33,4 @@ int main() return 0; } -/* { dg-final { scan-tree-dump "q_. = { i j k }" "alias" } } */ +/* { dg-final { scan-tree-dump "q_\[0-9\]* = { i j k }" "alias" } } */ -- 2.30.2