https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68247
vries at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from vries at gcc dot gnu.org --- https://gcc.gnu.org/ml/gcc-cvs/2015-11/msg00790.html : Author: vries Date: Mon Nov 16 12:40:50 2015 New Revision: 230420 URL: https://gcc.gnu.org/viewcvs?rev=230420&root=gcc&view=rev Log: Remove first_pass_instance 2015-11-16 Tom de Vries <t...@codesourcery.com> * passes.c (first_pass_instance): Remove variable. (execute_todo): Remove setting of first_pass_instance. * tree-pass.h (first_pass_instance): Remove declaration. Modified: trunk/gcc/ChangeLog trunk/gcc/passes.c trunk/gcc/tree-pass.h