public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/107906] New: Function template specialization given weak rather than local symbol
@ 2022-11-29  6:44 herring at lanl dot gov
  2022-11-29  8:19 ` [Bug c++/107906] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: herring at lanl dot gov @ 2022-11-29  6:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107906

            Bug ID: 107906
           Summary: Function template specialization given weak rather
                    than local symbol
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: herring at lanl dot gov
  Target Milestone: ---

Current trunk, given <https://godbolt.org/z/aoMecfhqb>

  template<class> using X=int;
  namespace {
    template<class> using Y=int;
  }

  template<template<class> class Q> void f() {}
  template void f<X>();

  void (*fp)()=f<Y>;

emits weak symbols for both specializations of f, despite the fact that a
different "void f<(anonymous namespace)::Y>()" might be defined in another
translation unit (perhaps as an explicit specialization).

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-12-21 18:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29  6:44 [Bug c++/107906] New: Function template specialization given weak rather than local symbol herring at lanl dot gov
2022-11-29  8:19 ` [Bug c++/107906] " rguenth at gcc dot gnu.org
2022-11-29  8:57 ` [Bug c++/107906] linkage of template not taken into account pinskia at gcc dot gnu.org
2022-11-30 15:46 ` herring at lanl dot gov
2022-11-30 15:52 ` redi at gcc dot gnu.org
2022-12-29  3:07 ` pinskia at gcc dot gnu.org
2023-12-21 18:53 ` cvs-commit at gcc dot gnu.org
2023-12-21 18:58 ` [Bug c++/107906] linkage of alias " ppalka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).