https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120954
--- Comment #2 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Franz Sirl from comment #0) > This small code snippet warns with r15-9921 (r15-9866 was still OK): > r15-9873-g06a26f4d643a5d warns for me. ``` $ git shortlog r15-9866-g8d600e98004b63..r15-9873-g06a26f4d643a5d Eric Botcazou (3): Fix misoptimization of CONSTRUCTOR with reverse SSO Ada: Fix assertion failure on problematic container aggregate Fix compilation of concatenation with illegal character constant GCC Administrator (2): Daily bump. Daily bump. Harald Anlauf (2): Fortran: fix checking of renamed-on-use interface name [PR120784] Fortran: follow-up fix to checking of renamed-on-use interface name [PR120784] ``` It could be Eric's gimple-fold change but that looks unlikely to me. Are you sure your references are right, given it warns for me with C too? > But this time I'm not very confident about that. Compiling this a C code > doesn't warn.