public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/98486] New: Variable template specialization doesn't account for primary's constraints
@ 2020-12-31  6:57 johelegp at gmail dot com
  2021-07-22 14:08 ` [Bug c++/98486] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: johelegp at gmail dot com @ 2020-12-31  6:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98486
           Summary: Variable template specialization doesn't account for
                    primary's constraints
           Product: gcc
           Version: 11.0
               URL: https://godbolt.org/z/jon9ea
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          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/jon9ea.
```C++
template<class>concept C=false;
template<C>int v;
struct X{};
template<>X v<X>;
```

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

end of thread, other threads:[~2021-10-06 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31  6:57 [Bug c++/98486] New: Variable template specialization doesn't account for primary's constraints johelegp at gmail dot com
2021-07-22 14:08 ` [Bug c++/98486] " redi at gcc dot gnu.org
2021-09-15 18:20 ` ppalka at gcc dot gnu.org
2021-09-16 19:04 ` cvs-commit at gcc dot gnu.org
2021-10-06 14:15 ` cvs-commit at gcc dot gnu.org
2021-10-06 14:18 ` 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).