------- Comment #3 from jakub at gcc dot gnu dot org 2007-11-27 18:44 ------- Additionally, repo_emit_p should IMHO use DECL_INTEGRAL_CONSTANT_VAR_P rather than DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P check - if a static data member isn't const, then it really doesn't matter if it is initialized by constant expression or not.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34178