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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-04-03
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r238558, before it has been rejected with:
pr85133.C:1:33: error: variable concept has no initializer
 template<typename> concept bool C;
                                 ^
pr85133.C:5:6: error: template constraint failure
 A<int> a;
      ^
pr85133.C:5:6: note:   constraints not satisfied
pr85133.C:5:6: note:   in the expansion of ‘C< <template-parameter-1-1> >...’
pr85133.C:5:6: note:     ‘C<int>’ was not satisfied

Reply via email to