This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- Additional Comments From mec dot gnu at mindspring dot com  2004-05-29 02:23 -------
Created an attachment (id=6424)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6424&action=view)
Test program

Compile with: "gcc -S -gstabs+".

Look for gnu_obj_2<int>::my_static and gnu_obj_2<long>::my_static in the
generated code.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]