https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274
--- Comment #6 from Jonathan Wakely ---
I think it should be closed as WONTFIX, we're not going to implement the
proposal.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274
--- Comment #5 from Andrew Pinski ---
I think C++ modules will fix this.
--- Comment #4 from bursig at gmail dot com 2008-05-20 16:21 ---
(In reply to comment #2)
> Also you might want want to look into the GCC extension (to C++98/C++03)
> called
> extern template whch does the same thing. Note it is being added to C++0x
> already.
>
> -- Pinski
>
Yes I k
--- Comment #3 from bursig at gmail dot com 2008-05-20 16:07 ---
(In reply to comment #1)
> -frepo is/was supposed to deal with this
>
As I know -frepo simple force -fno-implicit-templates which rip all template
instantion from all objects and produce additional special files which are
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-05-20 13:10 ---
Also you might want want to look into the GCC extension (to C++98/C++03) called
extern template whch does the same thing. Note it is being added to C++0x
already.
-- Pinski
--
http://gcc.gnu.org/bugzilla/show_
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-20 12:42 ---
-frepo is/was supposed to deal with this
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274