https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96255
--- Comment #24 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to anlauf from comment #23) > The testers reported: > > https://gcc.gnu.org/pipermail/gcc-testresults/2025-November/862281.html > > ../../src-master/gcc/fortran/resolve.cc: In function ‘void > gfc_resolve_forall(gfc_code*, gfc_namespace*, int)’: > ../../src-master/gcc/fortran/resolve.cc:12653:27: error: unused variable > ‘outer_sym’ [-Werror=unused-variable] > 12653 | gfc_symbol *outer_sym; > | ^~~~~~~~~ > > I think this declaration should/can be removed without side-effects. Yes, I did not see a problem here but apparently a build-bot somewhere is complaining.
