This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22263] explicit instantiation fails to emit symbols defined later
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2005 23:26:08 -0000
- Subject: [Bug c++/22263] explicit instantiation fails to emit symbols defined later
- References: <20050630231800.22263.sebor@roguewave.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-30 23:26 -------
Explicit instantiation should not instantitate the symbols defined later after the explicit instatntiation
see PR 21118, but this is a weird problem as we now have a symbol defined afterwards which is used
by the already instantiatied template.
--
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet|sparc-sun-solaris2.9 |
GCC host triplet|sparc-sun-solaris2.9 |
GCC target triplet|sparc-sun-solaris2.9 |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22263