https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117843
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:ad590070fdcca8b89146b5949176bc0354f19745 commit r14-11066-gad590070fdcca8b89146b5949176bc0354f19745 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> (cherry picked from commit 48b72743b0e29871171593fe34856da62d954750)