https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117843
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:48b72743b0e29871171593fe34856da62d954750 commit r15-5770-g48b72743b0e29871171593fe34856da62d954750 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Fri Nov 29 01:00:11 2024 -0800 fortran: Add default to switch in gfc_trans_transfer [PR117843] This fixes a bootstrap failure due to a warning on enum values not being handled. In this case, it is just checking two values and the rest should are not handled so adding a default case fixes the issue. Pushed as obvious. PR fortran/117843 gcc/fortran/ChangeLog: * trans-io.cc (gfc_trans_transfer): Add default case. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>