]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust one Ada test
authorMarc Poulhiès <poulhies@adacore.com>
Tue, 25 Jul 2023 12:11:54 +0000 (14:11 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 25 Jul 2023 13:19:45 +0000 (15:19 +0200)
Recent change modified how the loops are created, with the first
iteration being extracted out of the loops in the 2 test cases.
Adjust the text to match from the unroll dump.

gcc/testsuite/ChangeLog:

* gnat.dg/unroll3.adb: Adjust.

gcc/testsuite/gnat.dg/unroll3.adb

index 3bd06e7de762beb7519873fde20a89419a7c9fd5..86193d64681d1899a1a44aedd1bc7160aa815942 100644 (file)
@@ -23,4 +23,4 @@ package body Unroll3 is
 
 end Unroll3;
 
--- { dg-final { scan-tree-dump-times "loop with 3 iterations completely unrolled" 2 "cunroll" } }
+-- { dg-final { scan-tree-dump-times "loop with 2 iterations completely unrolled" 2 "cunroll" } }