public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/97476] New: Use of NTTP placeholder checked for CTAD before instantiation
@ 2020-10-17 23:58 johelegp at gmail dot com
  2021-03-14 23:16 ` [Bug c++/97476] " johelegp at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: johelegp at gmail dot com @ 2020-10-17 23:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97476
           Summary: Use of NTTP placeholder checked for CTAD before
                    instantiation
           Product: gcc
           Version: 11.0
               URL: https://godbolt.org/z/ocWhn8
            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 the URL.
```C++
template <int I> struct S { };
template <S s> class C { };
template <S s> using A = C<s>;
```
[93083](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083) may be a duplicate
of this.

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

* [Bug c++/97476] Use of NTTP placeholder checked for CTAD before instantiation
  2020-10-17 23:58 [Bug c++/97476] New: Use of NTTP placeholder checked for CTAD before instantiation johelegp at gmail dot com
@ 2021-03-14 23:16 ` johelegp at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: johelegp at gmail dot com @ 2021-03-14 23:16 UTC (permalink / raw)
  To: gcc-bugs

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

Johel Ernesto Guerrero Peña <johelegp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Johel Ernesto Guerrero Peña <johelegp at gmail dot com> ---
Fixed in trunk.

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

end of thread, other threads:[~2021-03-14 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17 23:58 [Bug c++/97476] New: Use of NTTP placeholder checked for CTAD before instantiation johelegp at gmail dot com
2021-03-14 23:16 ` [Bug c++/97476] " 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).