https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to CVS Commits from comment #5) > The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: > > https://gcc.gnu.org/g:6dd4578f4779b27b2115d78226ff7df46c939061 > > commit r13-5398-g6dd4578f4779b27b2115d78226ff7df46c939061 > Author: Iain Sandoe <i...@sandoe.co.uk> > Date: Thu Jan 26 09:46:32 2023 +0000 > > Modula-2: Remove debug code [PR108553]. > > Remove debugging code accidentally left in place in > r13-5373-g80cf2c5e8f496b. > > Signed-off-by: Iain Sandoe <i...@sandoe.co.uk> > > PR modula2/108553 > > gcc/m2/ChangeLog: > > * gm2-lang.cc (gm2_langhook_init_options): Remove debug code. You should now see an unused variable diagnostic about 'opt', but the ICE is gone. Thanks.