https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121156
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Stubbs <a...@gcc.gnu.org>: https://gcc.gnu.org/g:6f275d36288814b09c3d30b51903d29e1ada377c commit r16-2348-g6f275d36288814b09c3d30b51903d29e1ada377c Author: Andrew Stubbs <a...@baylibre.com> Date: Thu Jul 17 13:30:04 2025 +0000 amdgcn, libgomp: Remove unused variable (PR121156) There's a new compiler warning breaking the build. This fixes it. The variable appears to be genuinely vestigial. libgomp/ChangeLog: PR target/121156 * config/gcn/bar.c (gomp_team_barrier_wait_end): Remove unused "generation" variable. (gomp_team_barrier_wait_cancel_end): Likewise.