Tweak gcc.dg/torture/pta-ptrarith-3.c

2019-05-20  Marc Glisse  <marc.glisse@inria.fr>

	* gcc.dg/torture/pta-ptrarith-3.c: Relax the matched pattern.

From-SVN: r271423
This commit is contained in:
Marc Glisse 2019-05-20 16:58:53 +02:00 committed by Marc Glisse
parent 4d508751f4
commit 664416bc5a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-05-20 Marc Glisse <marc.glisse@inria.fr>
* gcc.dg/torture/pta-ptrarith-3.c: Relax the matched pattern.
2019-05-20 Iain Sandoe <iain@sandoe.co.uk>
PR testsuite/58321

View File

@ -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" } } */