https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54959
Tom Tromey <tromey at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu.org --- Comment #4 from Tom Tromey <tromey at gcc dot gnu.org> --- I think this was fixed back in 2013 when passes were converted to classes, and gate was made a virtual function: commit bcfddb5b871250af38e3023c5d26e19fcf524bf2 Author: dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon Aug 5 20:01:43 2013 +0000 Handwritten part of conversion of passes to C++ classes [...]