public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99365] New: ICE on partial specialization with constrained placeholder NTTP
@ 2021-03-03 17:48 johelegp at gmail dot com
  2021-03-03 19:53 ` [Bug c++/99365] [11 Regression] " mpolacek at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: johelegp at gmail dot com @ 2021-03-03 17:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99365
           Summary: ICE on partial specialization with constrained
                    placeholder NTTP
           Product: gcc
           Version: 11.0
               URL: https://godbolt.org/z/nxTEaW
            Status: UNCONFIRMED
          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/nxTEaW.
```C++
template<class>concept C=true;
template<C auto>struct A{};
template<C auto V>requires true struct A<V>{};
```
I think CE recompiles GCC trunk daily, and this was working yesterday.

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

end of thread, other threads:[~2021-03-07 17:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 17:48 [Bug c++/99365] New: ICE on partial specialization with constrained placeholder NTTP johelegp at gmail dot com
2021-03-03 19:53 ` [Bug c++/99365] [11 Regression] " mpolacek at gcc dot gnu.org
2021-03-03 21:17 ` ppalka at gcc dot gnu.org
2021-03-03 22:54 ` ppalka at gcc dot gnu.org
2021-03-03 22:55 ` ppalka at gcc dot gnu.org
2021-03-06  5:08 ` cvs-commit at gcc dot gnu.org
2021-03-06 15:35 ` ppalka at gcc dot gnu.org
2021-03-07 17:47 ` 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).