aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg
diff options
context:
space:
mode:
authorMarc Poulhiès <poulhies@adacore.com>2023-07-25 14:11:54 +0200
committerMarc Poulhiès <poulhies@adacore.com>2023-07-25 15:19:45 +0200
commitd8dc61bb5ab99c3239ea93a37097f9419bee0211 (patch)
tree64d9a28e24cc53104b7acaf7cc01288e0ef3ca14 /gcc/testsuite/gnat.dg
parent50656980497d77ac12a5e7179013a6af09ba32f7 (diff)
downloadgcc-d8dc61bb5ab99c3239ea93a37097f9419bee0211.zip
gcc-d8dc61bb5ab99c3239ea93a37097f9419bee0211.tar.gz
gcc-d8dc61bb5ab99c3239ea93a37097f9419bee0211.tar.bz2
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.
Diffstat (limited to 'gcc/testsuite/gnat.dg')
-rw-r--r--gcc/testsuite/gnat.dg/unroll3.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gnat.dg/unroll3.adb b/gcc/testsuite/gnat.dg/unroll3.adb
index 3bd06e7..86193d6 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" } }