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 = "";