https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80760
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>: https://gcc.gnu.org/g:67458ea13895bae3965274e7f03701fb14f8b1e6 commit r15-5699-g67458ea13895bae3965274e7f03701fb14f8b1e6 Author: David Malcolm <dmalc...@redhat.com> Date: Tue Nov 26 10:39:18 2024 -0500 loop-prefetch: fix wording of warning [PR80760] gcc/ChangeLog: PR translation/80760 * tree-ssa-loop-prefetch.cc (pass_loop_prefetch::execute): Add missing colon to not-a-power-of-two param warning. gcc/testsuite/ChangeLog: PR translation/80760 * gcc.dg/tree-ssa/pr79803.c: Add ':' to expected warning. Signed-off-by: David Malcolm <dmalc...@redhat.com>