https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117115
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:4abeaeba435054ad0ab59cf570620b37c06ffcc4 commit r14-11223-g4abeaeba435054ad0ab59cf570620b37c06ffcc4 Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Fri Jan 17 20:10:39 2025 +0100 d: Fix ICE in expand_d_format when diagnosing empty enum [PR117115] This was fixed in upstream dmd, and merged in r15-6824. Backport the individual fix from the upstream merge for releases/gcc-14. PR d/117115 gcc/testsuite/ChangeLog: * gdc.dg/pr117115.d: New test. (cherry picked from commit 975c4f1a5de4ede89ee9499cd1a73d613a4aeae4)