Adjust one Ada test

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.
This commit is contained in:
Marc Poulhiès 2023-07-25 14:11:54 +02:00
parent 5065698049
commit d8dc61bb5a

View 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" } }