[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-27 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 --- Comment #7 from Iain Sandoe --- (In reply to Richard Biener from comment #6) > (In reply to CVS Commits from comment #5) > > The master branch has been updated by Iain D Sandoe : > > You should now see an unused variable diagnostic about '

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 --- Comment #5 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:6dd4578f4779b27b2115d78226ff7df46c939061 commit r13-5398-g6dd4578f4779b27b2115d78226ff7df46c939061 Author: Iain Sandoe Date: Thu

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 --- Comment #4 from Richard Biener --- (In reply to Iain Sandoe from comment #3) > I'm trying to reproduce this - in the meantime does the obvious fix solve > the problem for you? > > diff --cc gcc/m2/gm2-lang.cc > index 4d9cae205a7,4d9cae205a7

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 --- Comment #3 from Iain Sandoe --- I'm trying to reproduce this - in the meantime does the obvious fix solve the problem for you? diff --cc gcc/m2/gm2-lang.cc index 4d9cae205a7,4d9cae205a7..a30e626620c --- a/gcc/m2/gm2-lang.cc +++ b/gcc/m2/gm2

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 --- Comment #2 from Iain Sandoe --- (In reply to Richard Biener from comment #1) > diagnosing options in gm2_langhook_init_options is probably not the way to > go. > > Looks like this creeped in by recent refactoring? Yeah, there is no intenti

[Bug modula2/108553] GM2 ICEs on mistyped command line options

2023-01-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108553 Richard Biener changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #