public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/102039] New: another case of template function signature incorrectly dropping top-level cv-qualifier with function parameter dependent on template argument
@ 2021-08-24 12:17 nickhuang99 at hotmail dot com
  2021-08-24 22:32 ` [Bug c++/102039] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nickhuang99 at hotmail dot com @ 2021-08-24 12:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102039
           Summary: another case of template function signature
                    incorrectly dropping top-level cv-qualifier with
                    function parameter dependent on template argument
           Product: gcc
           Version: 10.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nickhuang99 at hotmail dot com
  Target Milestone: ---

You can say this is another dup of PR101402, but the nature is different
because the dependent-type is now from function template argument itself which
is different from another template class of PR101402. And that is why I file it
to be a possibly future test case.

struct A{
        typedef int Arr3[3];
};

template<class T>
void f(const typename T::Arr3){}

template<>
void f<A>(const int[3]){}

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

end of thread, other threads:[~2021-10-25  8:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24 12:17 [Bug c++/102039] New: another case of template function signature incorrectly dropping top-level cv-qualifier with function parameter dependent on template argument nickhuang99 at hotmail dot com
2021-08-24 22:32 ` [Bug c++/102039] " pinskia at gcc dot gnu.org
2021-10-15 21:00 ` cvs-commit at gcc dot gnu.org
2021-10-25  8:59 ` nickhuang99 at hotmail dot com

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