public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/98832] New: CTAD fails for alias template of aggregate with specified undeducible template parameter
@ 2021-01-26  4:46 johelegp at gmail dot com
  2021-06-24 14:18 ` [Bug c++/98832] " ppalka at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: johelegp at gmail dot com @ 2021-01-26  4:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98832
           Summary: CTAD fails for alias template of aggregate with
                    specified undeducible template parameter
           Product: gcc
           Version: 11.0
               URL: https://godbolt.org/z/M1eqvq
            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/M1eqvq.
```C++
template<class T,class U>struct X{U u;};
template<class T>using Y=X<int,T>;
Y y{0};
```

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

end of thread, other threads:[~2021-07-13 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  4:46 [Bug c++/98832] New: CTAD fails for alias template of aggregate with specified undeducible template parameter johelegp at gmail dot com
2021-06-24 14:18 ` [Bug c++/98832] " ppalka at gcc dot gnu.org
2021-06-24 17:13 ` cvs-commit at gcc dot gnu.org
2021-07-13 14:03 ` cvs-commit at gcc dot gnu.org
2021-07-13 14:07 ` 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).