]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/g++.dg/gomp/append-args-8.C: Fix scan-dump-tree
authorTobias Burnus <tburnus@baylibre.com>
Sun, 30 Mar 2025 07:55:29 +0000 (09:55 +0200)
committerTobias Burnus <tburnus@baylibre.com>
Sun, 30 Mar 2025 07:55:29 +0000 (09:55 +0200)
gcc/testsuite/ChangeLog:

* g++.dg/gomp/append-args-8.C: Remove bogus '3' after \.\[0-9\]+
pattern.

gcc/testsuite/g++.dg/gomp/append-args-8.C

index 7fbbfa88b886078fdd2e668fa57c26ea6f58e023..786a2b3dc57c02a043bd38175991b35a4c585014 100644 (file)
@@ -89,5 +89,5 @@ test (int *a, int *b)
 
 
 /* { dg-final { scan-tree-dump-times "__builtin_GOMP_interop \\(-5, 0, 0B, 0B, 0B, 0, 0B, 3, interopobjs\.\[0-9\]+, 0, 0B\\);" 1 "gimple" } }  */
-/* { dg-final { scan-tree-dump-times "repl3<int\\*, omp_interop_t> \\(a, interop\.\[0-9\]+3, interop\.\[0-9\]+2, interop\.\[0-9\]+, 1, 2, \"abc\"\\);" 1 "gimple" } }  */
+/* { dg-final { scan-tree-dump-times "repl3<int\\*, omp_interop_t> \\(a, interop\.\[0-9\]+, interop\.\[0-9\]+, interop\.\[0-9\]+, 1, 2, \"abc\"\\);" 1 "gimple" } }  */
 /* { dg-final { scan-tree-dump-times "__builtin_GOMP_interop \\(-5, 3, interopobjs\.\[0-9\]+, tgt_tgtsync\.\[0-9\]+, pref_type\.\[0-9\]+, 0, 0B, 0, 0B, 0, 0B\\);" 1 "gimple" } }  */