https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95972
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mpolacek at gcc dot gnu.org --- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> --- (In reply to Haoxin Tu from comment #1) > Hi, there. > > I guess I shouldn't use C-Reduce to reduce my ICE on invalid code cases. > After using C-Reduce, the cases are more like a "garbage" code. You can still use creduce (I do), but it's good to try adding missing parens/braces and similar to make the code more sensible.