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++/45349] template function specializations are not recognized when the template is implemented in a header, and optimization is on.



------- Comment #3 from tyler dot packer at landesk dot com  2010-08-19 21:40 -------
Also included in the attachment is s2.cpp wich is an duplicate example of the
specialization in a single module.  This sample when compiled does NOT exhibit
the same problem as when the class declaration (and template function) occurs
in a header.


-- 


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


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