public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95486] New: ICE for alias CTAD with non-dependent argument and constrained constructor
@ 2020-06-02 23:08 johelegp at gmail dot com
  2020-06-03  4:49 ` [Bug c++/95486] " marxin at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: johelegp at gmail dot com @ 2020-06-02 23:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95486
           Summary: ICE for alias CTAD with non-dependent argument and
                    constrained constructor
           Product: gcc
           Version: 10.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: johelegp at gmail dot com
  Target Milestone: ---

See https://godbolt.org/z/cPWdGW.
```C++
template<class>
concept Auto = true;

template<class T, class U>
struct X { constexpr X(const Auto auto) {} };

template<class U>
using Y = X<long, U>;

constexpr Y y{1};
```

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

end of thread, other threads:[~2021-05-20 21:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 23:08 [Bug c++/95486] New: ICE for alias CTAD with non-dependent argument and constrained constructor johelegp at gmail dot com
2020-06-03  4:49 ` [Bug c++/95486] " marxin at gcc dot gnu.org
2020-06-03  5:39 ` johelegp at gmail dot com
2020-06-03  6:05 ` johelegp at gmail dot com
2020-06-03  6:06 ` rguenth at gcc dot gnu.org
2020-07-23 13:30 ` ppalka at gcc dot gnu.org
2020-07-30  2:15 ` cvs-commit at gcc dot gnu.org
2021-02-03  5:35 ` johelegp at gmail dot com
2021-04-10  4:07 ` cvs-commit at gcc dot gnu.org
2021-04-10  4:11 ` jason at gcc dot gnu.org
2021-04-10  6:20 ` jason at gcc dot gnu.org
2021-04-21 14:27 ` cvs-commit at gcc dot gnu.org
2021-04-21 14:28 ` ppalka at gcc dot gnu.org
2021-04-24 17:40 ` johelegp at gmail dot com
2021-04-29 15:14 ` ppalka at gcc dot gnu.org
2021-05-01 14:19 ` johelegp at gmail dot com
2021-05-20 21:35 ` cvs-commit 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).