public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99925] New: Missing 'inconsistent deduction for ‘auto’' error when using type-constraint placeholder
@ 2021-04-06  6:34 hewillk at gmail dot com
  2024-04-06 21:23 ` [Bug c++/99925] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: hewillk at gmail dot com @ 2021-04-06  6:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99925
           Summary: Missing 'inconsistent deduction for ‘auto’' error when
                    using type-constraint placeholder
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

Maybe dup of PR 79009.

https://godbolt.org/z/sGacxEj31

template <class> concept C = true;

C auto i = 0, j = 0.5, k = "";

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

* [Bug c++/99925] Missing 'inconsistent deduction for ‘auto’' error when using type-constraint placeholder
  2021-04-06  6:34 [Bug c++/99925] New: Missing 'inconsistent deduction for ‘auto’' error when using type-constraint placeholder hewillk at gmail dot com
@ 2024-04-06 21:23 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-06 21:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup.

*** This bug has been marked as a duplicate of bug 81270 ***

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

end of thread, other threads:[~2024-04-06 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06  6:34 [Bug c++/99925] New: Missing 'inconsistent deduction for ‘auto’' error when using type-constraint placeholder hewillk at gmail dot com
2024-04-06 21:23 ` [Bug c++/99925] " pinskia 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).