Tweak gcc.dg/torture/pta-ptrarith-3.c
authorMarc Glisse <marc.glisse@inria.fr>
Mon, 20 May 2019 14:58:53 +0000 (16:58 +0200)
committerMarc Glisse <glisse@gcc.gnu.org>
Mon, 20 May 2019 14:58:53 +0000 (14:58 +0000)
2019-05-20  Marc Glisse  <marc.glisse@inria.fr>

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

From-SVN: r271423

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c

index 3efb1f2..b5a8235 100644 (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
index b952f11..7082937 100644 (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" } } */