https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117498

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:cc589c2a4be9bf7242d7f17d44629fb87309a4a9

commit r14-11757-gcc589c2a4be9bf7242d7f17d44629fb87309a4a9
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Fri Jan 31 12:39:34 2025 +0100

    testsuite: Add testcase for already fixed PR [PR117498]

    This wrong-code issue has been fixed with r15-7249.
    We still emit warnings which are questionable and perhaps we'd
    get better generated code if niters determined the loop has only a single
    iteration without UB and we'd punt on vectorizing it (or unrolling).

    2025-01-31  Jakub Jelinek  <ja...@redhat.com>

            PR middle-end/117498
            * gcc.c-torture/execute/pr117498.c: New test.

    (cherry picked from commit 9fc0683082067801e3790f7cfffedbf5441e0f82)

Reply via email to