public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/94336] New: template keyword accepted before destructor names
@ 2020-03-26  1:26 mpolacek at gcc dot gnu.org
  2020-03-26  9:50 ` [Bug c++/94336] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-03-26  1:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94336
           Summary: template keyword accepted before destructor names
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mpolacek at gcc dot gnu.org
  Target Milestone: ---

We accept the following:

template<typename T> void f(T *p) { p->template ~X(); }
template<typename T> struct X {};
void g(X<int> *p) { f(p); }

but arguably we shouldn't because [temp.names]/5: A name prefixed by the
keyword template shall be a template-id or the name shall refer to a class
template or an alias template.

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

end of thread, other threads:[~2020-03-27  2:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  1:26 [Bug c++/94336] New: template keyword accepted before destructor names mpolacek at gcc dot gnu.org
2020-03-26  9:50 ` [Bug c++/94336] " redi at gcc dot gnu.org
2020-03-26 12:58 ` mpolacek at gcc dot gnu.org
2020-03-26 22:51 ` mpolacek at gcc dot gnu.org
2020-03-27  2:08 ` cvs-commit at gcc dot gnu.org
2020-03-27  2:09 ` mpolacek 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).