public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/69621] extern std::string used as reference template-argument does not have [abi:cxx11] tag applied
       [not found] <bug-69621-4@http.gcc.gnu.org/bugzilla/>
@ 2021-08-12  0:49 ` pinskia at gcc dot gnu.org
  2024-06-13 16:31 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-12  0:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Here is a reduced testcase:
inline namespace [[gnu::abi_tag("mytag")]] a {
  class string{};
}

template<string&> struct S { static void f(); };
extern string s;
void g() { S<s>::f(); }

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

* [Bug c++/69621] extern std::string used as reference template-argument does not have [abi:cxx11] tag applied
       [not found] <bug-69621-4@http.gcc.gnu.org/bugzilla/>
  2021-08-12  0:49 ` [Bug c++/69621] extern std::string used as reference template-argument does not have [abi:cxx11] tag applied pinskia at gcc dot gnu.org
@ 2024-06-13 16:31 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-06-13 16:31 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |awright at tradebot dot com

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 115479 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2024-06-13 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-69621-4@http.gcc.gnu.org/bugzilla/>
2021-08-12  0:49 ` [Bug c++/69621] extern std::string used as reference template-argument does not have [abi:cxx11] tag applied pinskia at gcc dot gnu.org
2024-06-13 16:31 ` pinskia 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).