------- Comment #1 from singler at gcc dot gnu dot org 2008-01-15 13:15 ------- First of all, we should get rid of these many static variables in the Settings class, and replace them by usual member variables. Then, there should be one static/global instance of this Settings class. The question remains how to concretely implement this static variable.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34797