From: Marc Poulhiès Date: Tue, 25 Jul 2023 12:11:54 +0000 (+0200) Subject: Adjust one Ada test X-Git-Tag: basepoints/gcc-15~7379 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8dc61bb5ab99c3239ea93a37097f9419bee0211;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/testsuite/gnat.dg/unroll3.adb b/gcc/testsuite/gnat.dg/unroll3.adb index 3bd06e7de762..86193d64681d 100644 --- a/gcc/testsuite/gnat.dg/unroll3.adb +++ b/gcc/testsuite/gnat.dg/unroll3.adb @@ -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" } }