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++/22263] explicit instantiation fails to emit symbols defined later


------- 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


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