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:
parent
5065698049
commit
d8dc61bb5a
1 changed files with 1 additions and 1 deletions
|
@ -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" } }
|
||||
|
|
Loading…
Add table
Reference in a new issue