PR c++/85133 - ICE with missing concept initializer.
authorJason Merrill <jason@redhat.com>
Wed, 4 Apr 2018 16:42:50 +0000 (12:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 4 Apr 2018 16:42:50 +0000 (12:42 -0400)
commit6173fb512fca3ae6595c584e9af3765400c5a3de
tree0b7f18be6429c1861b75631f0270c633de9d413d
parentbd40bc8ea3f1eff8c2f211000dd9062f1785a5e4
PR c++/85133 - ICE with missing concept initializer.

* decl.c (cp_finish_decl): If a concept initializer is missing, use
true.

From-SVN: r259091
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/concepts/var-concept7.C [new file with mode: 0644]