[Bug c++/34178] [4.1/4.2/4.3 Regression] Compilation using -frepo fails
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 27 18:44:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list