public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99586] New: Use of class template identifier checked for CTAD before instantiation
@ 2021-03-14 23:21 johelegp at gmail dot com
  2021-03-15 17:34 ` [Bug c++/99586] " mpolacek at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: johelegp at gmail dot com @ 2021-03-14 23:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99586
           Summary: Use of class template identifier checked for CTAD
                    before instantiation
           Product: gcc
           Version: 11.0
               URL: https://godbolt.org/z/4KWWjT
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: johelegp at gmail dot com
                CC: johelegp at gmail dot com
  Target Milestone: ---

See https://godbolt.org/z/4KWWjT.
```C++
#include<array>
template<auto>struct A{};
template<auto... V>A a=A<std::array{V...}>{};
```

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

end of thread, other threads:[~2021-04-21 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 23:21 [Bug c++/99586] New: Use of class template identifier checked for CTAD before instantiation johelegp at gmail dot com
2021-03-15 17:34 ` [Bug c++/99586] " mpolacek at gcc dot gnu.org
2021-04-01 13:37 ` ppalka at gcc dot gnu.org
2021-04-02 23:57 ` cvs-commit at gcc dot gnu.org
2021-04-21 13:29 ` ppalka at gcc dot gnu.org
2021-04-21 23:18 ` johelegp at gmail 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).