[Bug c++/15721] [3.5.0 regression] template instantation omits static data members

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun May 30 21:07:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-29 20:39 -------
The difference between before and after is that DECL_EXTERNAL (decl) in rest_of_decl_compilation is 
true after but false before which causes it not be outputted.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15721



More information about the Gcc-bugs mailing list